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 8ec1761 commit 6aa52eaCopy full SHA for 6aa52ea
.travis.yml
@@ -4,8 +4,6 @@ language: php
4
5
matrix:
6
include:
7
- - php: 5.6
8
- - php: 7.0
9
- php: 7.1
10
- php: 7.2
11
env: SYMFONY_VERSION=2.7.*
composer.json
@@ -17,7 +17,7 @@
17
}
18
],
19
"require": {
20
- "php": "^5.6 || ^7.0",
+ "php": "^7.1",
21
"simple-bus/message-bus": "~3.0",
22
"symfony/http-kernel": "~2.3 || ~3.0 || ~4.0",
23
"symfony/dependency-injection": "~2.3 || ~3.0 || ~4.0",
0 commit comments