Skip to content

Commit 77c9e5f

Browse files
Merge pull request #5 from fulll/SF6
Update composer.json
2 parents 47d2643 + 1a61f37 commit 77c9e5f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ dist: trusty
22
language: php
33

44
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
810

911
before_install:
1012
- phpenv config-rm xdebug.ini

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)