Skip to content

Commit ac570bb

Browse files
authored
Enable PHP8 install (#30)
1 parent 172d3e3 commit ac570bb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: php
22
php:
33
- 7.4
4+
- 8.0
45
install: composer install
56
script: vendor/bin/phpunit

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require": {
25-
"php": "^7.4",
25+
"php": "^7.4|^8.0",
2626
"ext-dom": "*",
2727
"symfony/dom-crawler": "^3.0|^4.0|^5.0",
2828
"symfony/css-selector": "^3.0|^4.0|^5.0",

0 commit comments

Comments
 (0)