Skip to content

Commit 5f4a906

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

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,17 @@
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+
"codeigniter/coding-standard": "^1.5",
31+
"nexusphp/cs-config": "^3.6",
32+
"nexusphp/tachycardia": "^1.3",
33+
"fakerphp/faker": "^1.9",
34+
"rector/rector": "^1.0.0",
35+
"vimeo/psalm": "^5.0",
2936
"psr/container": "2.0.2",
30-
"codeigniter4/devkit": "^1.0",
3137
"tatter/patches": "^2.1",
3238
"kint-php/kint": "^5.1",
3339
"codeigniter/phpstan-codeigniter": "^1.4"

0 commit comments

Comments
 (0)