Skip to content

Commit

Permalink
Merge pull request #22 from angelov/symfony-4
Browse files Browse the repository at this point in the history
Allow installation of  Stopwatch/Event Dispatcher v4
  • Loading branch information
ikwattro authored Jun 10, 2018
2 parents 66f35c5 + 0dde744 commit dd5682b
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 @@ -12,9 +12,9 @@
"require": {
"php": "^7.0",
"graphaware/neo4j-php-client": "^4.0",
"symfony/event-dispatcher": "^2.7 || ^3.0",
"symfony/event-dispatcher": "^2.7 || ^3.0 || ^4.0",
"psr/log": "^1.0",
"symfony/stopwatch": "^2.7 || ^3.0"
"symfony/stopwatch": "^2.7 || ^3.0 || ^4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.1"
Expand Down

0 comments on commit dd5682b

Please sign in to comment.