File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ dist: trusty
22language : php
33
44php :
5- - 5.5
6- - 5.6
7- - 7.0
5+ - 7.2
6+ - 7.4
7+ - 8.0
8+ - 8.1
9+ - 8.2
810
911before_install :
1012 - phpenv config-rm xdebug.ini
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments