Skip to content
This repository was archived by the owner on Nov 11, 2019. It is now read-only.

Commit ab821cf

Browse files
author
Eric Pinxteren
committed
Add gssp bundle to project
1 parent c91521a commit ab821cf

File tree

4 files changed

+392
-4
lines changed

4 files changed

+392
-4
lines changed

ansible/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
with_items:
1212
- vim
1313
- composer
14+
- git
1415

1516
- name: Install nginx, php-(cli,fpm)
1617
yum: name={{item}} state=present

app/AppKernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public function registerBundles()
1313
new Symfony\Bundle\TwigBundle\TwigBundle(),
1414
new Symfony\Bundle\MonologBundle\MonologBundle(),
1515
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
16+
new \Surfnet\GsspBundle\GsspBundle(),
1617
new AppBundle\AppBundle(),
1718
];
1819

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
"vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
2121
]
2222
},
23+
"repositories": [
24+
{
25+
"type": "vcs",
26+
"url": "https://github.com/OpenConext/Stepup-gssp-bundle"
27+
}
28+
],
2329
"require": {
2430
"php": ">=5.5.9",
2531
"incenteev/composer-parameter-handler": "^2.0",
@@ -28,7 +34,8 @@
2834
"symfony/monolog-bundle": "^3.1.0",
2935
"symfony/polyfill-apcu": "^1.0",
3036
"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"
3239
},
3340
"require-dev": {
3441
"behat/behat": "^3.4",

0 commit comments

Comments
 (0)