Skip to content

Commit

Permalink
Update Step-up bundles to versions installable on PHP7
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinier Kip committed Aug 26, 2015
1 parent 2eeaee2 commit b32c47e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 37 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"minimum-stability": "stable",
"require": {
"php": ">=5.4",
"php": ">=5.4|^7",
"symfony/symfony": "^2.7",
"twig/extensions": "~1.0",
"symfony/assetic-bundle": "~2.3",
Expand All @@ -23,10 +23,10 @@
"fortawesome/font-awesome": "~4.2.0",
"jms/translation-bundle": "~1.1.0",
"jms/di-extra-bundle": "~1.4.0",
"surfnet/stepup-middleware-client-bundle": "^1.0",
"surfnet/stepup-middleware-client-bundle": "dev-develop",
"guzzlehttp/guzzle": "~4",
"surfnet/stepup-saml-bundle": "^1.3.0",
"surfnet/stepup-bundle": "^1.2.0",
"surfnet/stepup-saml-bundle": "dev-develop",
"surfnet/stepup-bundle": "dev-develop",
"symfony/swiftmailer-bundle": "~2.3"
},
"require-dev": {
Expand Down
69 changes: 36 additions & 33 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b32c47e

Please sign in to comment.