Skip to content

Commit

Permalink
Merge pull request #1 from raplider/master
Browse files Browse the repository at this point in the history
allow symfony4 components
  • Loading branch information
Pierstoval authored Dec 23, 2017
2 parents 12154ba + fc5e9e3 commit 5bf6f53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"require": {
"php": "^5.5|^7.0",
"symfony/config": "^3.0",
"symfony/http-kernel": "^3.0",
"symfony/expression-language": "^3.0",
"symfony/security-bundle": "^3.0",
"symfony/dependency-injection": "^3.0"
"symfony/config": "^3.0|^4.0",
"symfony/http-kernel": "^3.0|^4.0",
"symfony/expression-language": "^3.0|^4.0",
"symfony/security-bundle": "^3.0|^4.0",
"symfony/dependency-injection": "^3.0|^4.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 5bf6f53

Please sign in to comment.