Skip to content

Commit 583651c

Browse files
alexmigfbsweeney
authored andcommitted
Revert php version to 7.1+
1 parent 3ffbbb0 commit 583651c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: php
22

33
php:
4+
- 7.1
5+
- 7.2
6+
- 7.3
47
- 7.4
58
- 8.0
69
- nightly

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
}
2222
},
2323
"require": {
24-
"php": "^7.4 || ^8.0",
24+
"php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0",
2525
"ext-mbstring": "*",
2626
"sabberworm/php-css-parser": "^8.4"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^9.5"
29+
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
3030
}
3131
}

0 commit comments

Comments
 (0)