Skip to content

Commit 678c716

Browse files
committed
Add PHP 8 support
1 parent 7f2ff79 commit 678c716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1"
13+
"php": "^7.1 | ^8.0"
1414
},
1515
"autoload": {
1616
"psr-4": {
1717
"Corpus\\Http\\": "src/"
1818
}
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^7.5",
21+
"phpunit/phpunit": "~7.5 | ~9.0",
2222
"squizlabs/php_codesniffer": "^3.5",
2323
"corpus/coding-standard": "^0.1.0",
2424
"friendsofphp/php-cs-fixer": "^2.17"

0 commit comments

Comments
 (0)