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.
2 parents 933f6ca + 4a882e1 commit 801516aCopy full SHA for 801516a
.travis.yml
@@ -3,12 +3,12 @@ language: php
3
jobs:
4
include:
5
- php: '7.1'
6
- - php: '7.2'
7
- php: '7.3'
8
- php: '7.4'
9
env: lint=1
10
11
env: deps=low
+ - php: '8.0snapshot'
12
13
cache:
14
directories:
composer.json
@@ -16,10 +16,10 @@
16
}
17
],
18
"require": {
19
- "php": "^7.1.3",
20
- "symfony/config": "^4.3.7|^5.0",
21
- "symfony/dependency-injection": "^4.3.7|^5.0",
22
- "symfony/http-kernel": "^4.3.7|^5.0",
+ "php": ">=7.1.3",
+ "symfony/config": "^4.4|^5.0",
+ "symfony/dependency-injection": "^4.4|^5.0",
+ "symfony/http-kernel": "^4.4|^5.0",
23
"symfony/mercure": "^0.3|^0.4"
24
},
25
"autoload": {
0 commit comments