Skip to content

Commit

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

0 comments on commit f0012b8

Please sign in to comment.