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 49955df commit 31b81cbCopy full SHA for 31b81cb
.travis.yml
@@ -1,12 +1,11 @@
1
language: php
2
-
+dist: trusty
3
php:
4
- 5.5
5
- 5.6
6
- 7.0
7
- 7.1
8
- 7.2
9
- - hhvm
10
11
install:
12
- composer install
composer.json
@@ -17,8 +17,8 @@
17
],
18
19
"require": {
20
- "php": "^5.5.9|>=7.0.8",
21
- "symfony/http-foundation": "~3.0|~4.0"
+ "php": "^5.5.9|^7.0.8|^7.1.3|^7.2.5",
+ "symfony/http-foundation": "~3.0|~4.0|~5.0"
22
},
23
"require-dev": {
24
"phpunit/phpunit": "^4.8 || ^5.0"
0 commit comments