We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0158c01 commit ad50b77Copy full SHA for ad50b77
.github/workflows/tests.yml
@@ -25,10 +25,6 @@ jobs:
25
tools: composer:v2
26
coverage: none
27
28
- - name: Emulate PHP 8.3
29
- run: composer config platform.php 8.3.999
30
- if: matrix.php == '8.4'
31
-
32
- name: Install PHP dependencies
33
run: composer update --prefer-dist --no-interaction --no-progress
34
composer.json
@@ -24,7 +24,7 @@
24
"doctrine/instantiator": "^1.1",
"guzzlehttp/psr7": "^1.4",
"nyholm/psr7": "^1.2",
- "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
+ "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1 || ^8.0",
"phpspec/prophecy": "^1.10.2",
"phpunit/phpunit": "^7.5.20 || ^8.5.33 || ^9.6.7"
},
0 commit comments