Skip to content

Commit

Permalink
Allow Symfony 4 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ScullWM authored Jul 31, 2018
1 parent 05c7b4f commit 22e9792
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 @@ -12,9 +12,9 @@
"require": {
"php": ">=5.5.0",
"psr/log": "~1.0",
"symfony/event-dispatcher": "~2.5|~3.0",
"symfony/serializer": "~2.5|~3.0",
"symfony/dependency-injection": "~2.5|3.0",
"symfony/event-dispatcher": "~2.5|~3.0|~4.0",
"symfony/serializer": "~2.5|~3.0|~4.0",
"symfony/dependency-injection": "~2.5|3.0|~4.0",
"doctrine/inflector": "~1.0"
},
"autoload": {
Expand Down

0 comments on commit 22e9792

Please sign in to comment.