Skip to content

Commit 7a7f7ec

Browse files
committed
Fix: Revert accidentally checked-in changes to composer.json and composer.lock
1 parent 3c555c7 commit 7a7f7ec

File tree

2 files changed

+2888
-227
lines changed

2 files changed

+2888
-227
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,17 @@
2525
},
2626
"require": {
2727
"php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
28-
"phpunit/phpunit": "^9.0.0"
28+
"phpunit/phpunit": "^6.5.0 || ^7.5.0 || ^8.5.19 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0"
2929
},
3030
"require-dev": {
3131
"ergebnis/composer-normalize": "^2.45.0",
3232
"ergebnis/license": "^2.6.0",
33+
"ergebnis/php-cs-fixer-config": "^6.43.1",
3334
"fakerphp/faker": "~1.20.0",
3435
"phpstan/extension-installer": "^1.4.3",
3536
"phpstan/phpstan": "^1.12.11",
3637
"phpstan/phpstan-deprecation-rules": "^1.2.1",
38+
"phpstan/phpstan-phpunit": "^1.4.1",
3739
"phpstan/phpstan-strict-rules": "^1.6.1",
3840
"psr/container": "~1.0.0",
3941
"rector/rector": "^1.2.10"
@@ -59,6 +61,7 @@
5961
"abandoned": "report"
6062
},
6163
"platform": {
64+
"php": "7.4.33"
6265
},
6366
"preferred-install": "dist",
6467
"sort-packages": true

0 commit comments

Comments
 (0)