Skip to content

Commit ce81f69

Browse files
committed
chore: allow compatibility with PHPSpec 8.x
1 parent ff64ab4 commit ce81f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"require": {
4646
"php": ">= 7.3",
47-
"phpspec/phpspec": "^6.0 || ^7.0",
47+
"phpspec/phpspec": "^6.0 || ^7.0 || ^8.0",
4848
"phpunit/php-code-coverage": "^9.2 || ^10.0 || ^11.0",
4949
"phpunit/php-file-iterator": "^3.0 || ^4.0 || ^5.0"
5050
},

0 commit comments

Comments
 (0)