We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50afee commit 10a7242Copy full SHA for 10a7242
composer.json
@@ -26,9 +26,16 @@
26
"symfony/deprecation-contracts": "^2.5 || ^3.1"
27
},
28
29
+ "repositories": [
30
+ {
31
+ "url": "https://github.com/Jean85/phpspec.git",
32
+ "type": "vcs"
33
+ }
34
+ ],
35
+
36
"require-dev": {
37
"friendsofphp/php-cs-fixer": "^3.88",
- "phpspec/phpspec": "^6.0 || ^7.0 || ^8.0",
38
+ "phpspec/phpspec": "^6.0 || ^7.0 || ^8.0 || dev-allow-phpunit-13 as 8.2.1",
39
"phpstan/phpstan": "^2.1.13",
40
"phpunit/phpunit": "^11.0 || ^12.0 || ^13.0"
41
0 commit comments