Skip to content

Commit 10a7242

Browse files
committed
Allow #662
1 parent b50afee commit 10a7242

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,16 @@
2626
"symfony/deprecation-contracts": "^2.5 || ^3.1"
2727
},
2828

29+
"repositories": [
30+
{
31+
"url": "https://github.com/Jean85/phpspec.git",
32+
"type": "vcs"
33+
}
34+
],
35+
2936
"require-dev": {
3037
"friendsofphp/php-cs-fixer": "^3.88",
31-
"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",
3239
"phpstan/phpstan": "^2.1.13",
3340
"phpunit/phpunit": "^11.0 || ^12.0 || ^13.0"
3441
},

0 commit comments

Comments
 (0)