We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6423a94 commit 5f4a906Copy full SHA for 5f4a906
composer.json
@@ -23,11 +23,17 @@
23
},
24
"require": {
25
"php": "^7.4 || ^8.0",
26
- "codeigniter4/framework": "^4.3"
+ "codeigniter4/framework": "4.4.5"
27
28
"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",
36
"psr/container": "2.0.2",
- "codeigniter4/devkit": "^1.0",
37
"tatter/patches": "^2.1",
38
"kint-php/kint": "^5.1",
39
"codeigniter/phpstan-codeigniter": "^1.4"
0 commit comments