File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ dist: trusty
2
2
language : php
3
3
4
4
php :
5
- - 5.5
6
- - 5.6
7
- - 7.0
5
+ - 7.2
6
+ - 7.4
7
+ - 8.0
8
+ - 8.1
9
+ - 8.2
8
10
9
11
before_install :
10
12
- phpenv config-rm xdebug.ini
Original file line number Diff line number Diff line change 10
10
"homepage" : " https://github.com/rezzza/command-bus/contributors"
11
11
}],
12
12
"require" : {
13
- "php" : " >=5.5 .0" ,
13
+ "php" : " >=7.1 .0" ,
14
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" ,
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 " ,
18
18
"doctrine/inflector" : " ~1.0"
19
19
},
20
20
"autoload" : {
You can’t perform that action at this time.
0 commit comments