Skip to content

Commit d13ef43

Browse files
committed
chore: temporarily fix Composer package versions
To pass GA checks.
1 parent 6423a94 commit d13ef43

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,16 @@
2323
},
2424
"require": {
2525
"php": "^7.4 || ^8.0",
26-
"codeigniter4/framework": "^4.3"
26+
"codeigniter4/framework": "4.4.5"
2727
},
2828
"require-dev": {
29+
"phpunit/phpunit": "^9.6",
30+
"nexusphp/cs-config": "^3.6",
31+
"nexusphp/tachycardia": "^1.3",
32+
"fakerphp/faker": "^1.9",
33+
"rector/rector": "^1.0.0",
34+
"vimeo/psalm": "^5.0",
2935
"psr/container": "2.0.2",
30-
"codeigniter4/devkit": "^1.0",
3136
"tatter/patches": "^2.1",
3237
"kint-php/kint": "^5.1",
3338
"codeigniter/phpstan-codeigniter": "^1.4"

0 commit comments

Comments
 (0)