We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d2643 commit 87d9070Copy full SHA for 87d9070
composer.json
@@ -10,11 +10,11 @@
10
"homepage": "https://github.com/rezzza/command-bus/contributors"
11
}],
12
"require": {
13
- "php": ">=5.5.0",
+ "php": ">=7.1.0",
14
"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",
+ "symfony/event-dispatcher": "~2.5|~3.0|~4.0|~5.0|~6.0",
+ "symfony/serializer": "~2.5|~3.0|~4.0|~5.0|~6.0",
+ "symfony/dependency-injection": "~2.5|~3.0|~4.0|~5.0|~6.0",
18
"doctrine/inflector": "~1.0"
19
},
20
"autoload": {
0 commit comments