Skip to content

Commit 543012c

Browse files
committed
Updated require-dev
1 parent 33ed932 commit 543012c

File tree

2 files changed

+516
-2148
lines changed

2 files changed

+516
-2148
lines changed

composer.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"prefer-stable": true,
1818
"require": {
1919
"php": "^8.2",
20-
"php-etl/bucket-contracts": "^0.2@dev"
20+
"php-etl/bucket-contracts": "^0.2.0"
2121
},
2222
"autoload": {
2323
"psr-4": {
@@ -26,21 +26,15 @@
2626
},
2727
"extra": {
2828
"branch-alias": {
29-
"dev-main": "0.3.x-dev",
30-
"dev-feature/qualityflow-improvments": "0.3.x-dev"
29+
"dev-main": "0.3.x-dev"
3130
}
3231
},
3332
"require-dev": {
34-
"phpspec/phpspec": "^7.0",
35-
"friends-of-phpspec/phpspec-code-coverage": "6.x-dev",
36-
"phpunit/phpunit": "^9.5 || ^10.0",
3733
"phpstan/phpstan": "^1.10",
3834
"friendsofphp/php-cs-fixer": "^3.0",
39-
"infection/infection": "^0.26.18",
4035
"rector/rector": "^0.15",
41-
"johnkary/phpunit-speedtrap": "*",
42-
"mybuilder/phpunit-accelerator": "*",
43-
"phpunit/php-invoker": "*"
36+
"phpunit/phpunit": "^10.0",
37+
"phpspec/phpspec": "*"
4438
},
4539
"config": {
4640
"bin-dir": "bin",

0 commit comments

Comments
 (0)