Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit 1349126

Browse files
committed
refactor: Update composer.json.
1 parent eb118d6 commit 1349126

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
],
2020
"require": {
2121
"php": ">= 7.4",
22-
"ext-json": "*",
23-
"opis/closure": "^3.6"
22+
"ext-json": "*"
2423
},
2524
"require-dev": {
2625
"amphp/amp": "^2.5",
2726
"drupol/php-conventions": "^2.0.2",
28-
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
29-
"infection/infection": "^0.13 || ^0.14 || ^0.15",
27+
"friends-of-phpspec/phpspec-code-coverage": "^5",
28+
"infection/infection": "^0.20",
29+
"infection/phpspec-adapter": "^0.1.1",
3030
"loophp/phpspec-time": "^1.1",
31-
"phpspec/phpspec": "^5.1.2 || ^6.2.1",
31+
"phpspec/phpspec": "^7",
3232
"phpstan/phpstan-strict-rules": "^0.12",
3333
"vimeo/psalm": "^4"
3434
},

0 commit comments

Comments
 (0)