Skip to content

Commit

Permalink
added symfony 4 and saml2 v3 to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanktiger authored Jan 16, 2020
1 parent f0012b8 commit a23d112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"require": {
"php": ">=5.6,<8.0-dev",
"ext-openssl": "*",
"simplesamlphp/saml2": "^1.10.3",
"symfony/symfony": "^2.7.0|^3.3.0|^4.0|^4.4",
"symfony/workflow": "^3.3.0|^4.0|^4.4"
"simplesamlphp/saml2": "^3.0",
"symfony/symfony": ">2.7.0,<5.0",
"symfony/workflow": ">3.3.0,<5.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.17",
Expand Down

0 comments on commit a23d112

Please sign in to comment.