Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tattali authored Nov 19, 2019
1 parent 989164a commit 4ea0cce
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 @@ -19,9 +19,9 @@
],
"require": {
"php": ">=7.1",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/event-dispatcher": "^3.4 || ^4.0",
"symfony/framework-bundle": "^3.4 || ^4.0"
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
"symfony/event-dispatcher": "^3.4 || ^4.0 || ^5.0",
"symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0"
},
"require-dev": {
"phpspec/prophecy": "^1.8",
Expand Down

0 comments on commit 4ea0cce

Please sign in to comment.