This repository was archived by the owner on Nov 11, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +392
-4
lines changed Expand file tree Collapse file tree 4 files changed +392
-4
lines changed Original file line number Diff line number Diff line change 11
11
with_items :
12
12
- vim
13
13
- composer
14
+ - git
14
15
15
16
- name : Install nginx, php-(cli,fpm)
16
17
yum : name={{item}} state=present
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ public function registerBundles()
13
13
new Symfony \Bundle \TwigBundle \TwigBundle (),
14
14
new Symfony \Bundle \MonologBundle \MonologBundle (),
15
15
new Sensio \Bundle \FrameworkExtraBundle \SensioFrameworkExtraBundle (),
16
+ new \Surfnet \GsspBundle \GsspBundle (),
16
17
new AppBundle \AppBundle (),
17
18
];
18
19
Original file line number Diff line number Diff line change 20
20
" vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
21
21
]
22
22
},
23
+ "repositories" : [
24
+ {
25
+ "type" : " vcs" ,
26
+ "url" : " https://github.com/OpenConext/Stepup-gssp-bundle"
27
+ }
28
+ ],
23
29
"require" : {
24
30
"php" : " >=5.5.9" ,
25
31
"incenteev/composer-parameter-handler" : " ^2.0" ,
28
34
"symfony/monolog-bundle" : " ^3.1.0" ,
29
35
"symfony/polyfill-apcu" : " ^1.0" ,
30
36
"symfony/symfony" : " 3.3.*" ,
31
- "twig/twig" : " ^1.0||^2.0"
37
+ "twig/twig" : " ^1.0||^2.0" ,
38
+ "surfnet/stepup-gssp-bundle" : " dev-feature/152798-metadata-endpoint as 1.0.0"
32
39
},
33
40
"require-dev" : {
34
41
"behat/behat" : " ^3.4" ,
You can’t perform that action at this time.
0 commit comments