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 20cecfd commit d254019Copy full SHA for d254019
.travis.yml
@@ -1,6 +1,5 @@
1
language: php
2
php:
3
- - 7.0
4
- 7.1
5
- 7.2
6
- 7.3
composer.json
@@ -9,7 +9,7 @@
9
"sort-packages": true
10
},
11
"require": {
12
- "php": "7.0.2||7.0.4||~7.0.6||~7.1.0||~7.2.0||~7.3.0",
+ "php": "~7.1.0||~7.2.0||~7.3.0",
13
"ext-curl": "*",
14
"ext-dom": "*",
15
"ext-json": "*",
@@ -27,8 +27,8 @@
27
"php-webdriver/webdriver": "^1.8.0",
28
"symfony/console": "^4.4",
29
"symfony/finder": "^4.4",
30
- "symfony/http-foundation": "^5.0",
31
- "symfony/mime": "^5.0",
+ "symfony/http-foundation": "^4.4",
+ "symfony/mime": "^4.4",
32
"symfony/process": "^4.4",
33
"vlucas/phpdotenv": "^2.4"
34
0 commit comments