Skip to content

Commit 87d9070

Browse files
Update composer.json
1 parent 47d2643 commit 87d9070

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"homepage": "https://github.com/rezzza/command-bus/contributors"
1111
}],
1212
"require": {
13-
"php": ">=5.5.0",
13+
"php": ">=7.1.0",
1414
"psr/log": "~1.0",
15-
"symfony/event-dispatcher": "~2.5|~3.0|~4.0|~5.0",
16-
"symfony/serializer": "~2.5|~3.0|~4.0|~5.0",
17-
"symfony/dependency-injection": "~2.5|~3.0|~4.0|~5.0",
15+
"symfony/event-dispatcher": "~2.5|~3.0|~4.0|~5.0|~6.0",
16+
"symfony/serializer": "~2.5|~3.0|~4.0|~5.0|~6.0",
17+
"symfony/dependency-injection": "~2.5|~3.0|~4.0|~5.0|~6.0",
1818
"doctrine/inflector": "~1.0"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)