Skip to content

Commit b3f1e0a

Browse files
authored
Merge pull request #92 from patchlevel/remove-prophecy
Remove prophecy: migrate to native PHPUnit mocking
2 parents ae76c0e + 1ee75f9 commit b3f1e0a

11 files changed

+314
-553
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,20 @@
2121
"require": {
2222
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
2323
"ext-openssl": "*",
24-
"symfony/event-dispatcher": "^5.4.29|^6.4.0|^7.0.0",
24+
"psr/cache": "^2.0.0 || ^3.0.0",
25+
"psr/simple-cache": "^2.0.0 || ^3.0.0",
26+
"symfony/event-dispatcher": "^5.4.29 || ^6.4.0 || ^7.0.0",
2527
"symfony/type-info": "^7.2.4"
2628
},
2729
"require-dev": {
2830
"infection/infection": "^0.29.10",
2931
"patchlevel/coding-standard": "^1.3.0",
30-
"psr/cache": "^2.0.0|^3.0.0",
31-
"psr/simple-cache": "^2.0.0|^3.0.0",
3232
"phpbench/phpbench": "^1.2.15",
33-
"phpspec/prophecy-phpunit": "^2.1.0",
3433
"phpstan/phpstan": "^2.1.0",
3534
"phpunit/phpunit": "^11.5.17",
3635
"psalm/plugin-phpunit": "^0.19.2",
3736
"roave/infection-static-analysis-plugin": "^1.36.0",
38-
"symfony/var-dumper": "^5.4.29|^6.4.0|^7.0.0",
37+
"symfony/var-dumper": "^5.4.29 || ^6.4.0 || ^7.0.0",
3938
"vimeo/psalm": "^6.0.0"
4039
},
4140
"config": {

0 commit comments

Comments
 (0)