Skip to content

Commit 5f505bb

Browse files
committed
chore: temporarily fix Composer package versions
1 parent 6423a94 commit 5f505bb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@
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/tachycardia": "^1.3",
31+
"fakerphp/faker": "^1.9",
2932
"psr/container": "2.0.2",
30-
"codeigniter4/devkit": "^1.0",
3133
"tatter/patches": "^2.1",
3234
"kint-php/kint": "^5.1",
3335
"codeigniter/phpstan-codeigniter": "^1.4"

0 commit comments

Comments
 (0)