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 3ffbbb0 commit 583651cCopy full SHA for 583651c
.travis.yml
@@ -1,6 +1,9 @@
1
language: php
2
3
php:
4
+ - 7.1
5
+ - 7.2
6
+ - 7.3
7
- 7.4
8
- 8.0
9
- nightly
composer.json
@@ -21,11 +21,11 @@
21
}
22
},
23
"require": {
24
- "php": "^7.4 || ^8.0",
+ "php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0",
25
"ext-mbstring": "*",
26
"sabberworm/php-css-parser": "^8.4"
27
28
"require-dev": {
29
- "phpunit/phpunit": "^9.5"
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
30
31
0 commit comments