Skip to content

Commit 0dabb25

Browse files
Allow PHP 8
1 parent 02ee67f commit 0dabb25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
}
1616
],
1717
"require": {
18-
"php" : "^7.1"
18+
"php" : "^7.1 || ^8.0"
1919
},
2020
"require-dev": {
21-
"phpspec/phpspec": "^2.4",
22-
"henrikbjorn/phpspec-code-coverage" : "^1.0"
21+
"friends-of-phpspec/phpspec-code-coverage" : "^4.3.2",
22+
"phpspec/phpspec": "^5.1.2 || ^6.2"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)