Skip to content

Commit dd5682b

Browse files
authored
Merge pull request #22 from angelov/symfony-4
Allow installation of Stopwatch/Event Dispatcher v4
2 parents 66f35c5 + 0dde744 commit dd5682b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"require": {
1313
"php": "^7.0",
1414
"graphaware/neo4j-php-client": "^4.0",
15-
"symfony/event-dispatcher": "^2.7 || ^3.0",
15+
"symfony/event-dispatcher": "^2.7 || ^3.0 || ^4.0",
1616
"psr/log": "^1.0",
17-
"symfony/stopwatch": "^2.7 || ^3.0"
17+
"symfony/stopwatch": "^2.7 || ^3.0 || ^4.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^5.1"

0 commit comments

Comments
 (0)