We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4637171 commit 530b659Copy full SHA for 530b659
composer.json
@@ -23,11 +23,11 @@
23
},
24
"require": {
25
"php": "^8.1",
26
+ "codeigniter4/framework": "^4.4",
27
"phpstan/phpstan": "^1.10"
28
29
"require-dev": {
30
"codeigniter/coding-standard": "^1.7",
- "codeigniter4/framework": "^4.3",
31
"codeigniter4/shield": "^1.0@beta",
32
"friendsofphp/php-cs-fixer": "^3.20",
33
"nexusphp/cs-config": "^3.12",
@@ -39,6 +39,9 @@
39
"phpunit/phpunit": "^10.2",
40
"rector/rector": "^0.18.2"
41
42
+ "conflict": {
43
+ "codeigniter/framework": "*"
44
+ },
45
"minimum-stability": "dev",
46
"prefer-stable": true,
47
"autoload": {
@@ -70,8 +73,5 @@
70
73
"post-update-cmd": [
71
74
"CodeIgniter\\PHPStan\\ComposerScripts::postUpdate"
72
75
]
- },
- "conflict": {
- "codeigniter/framework": "*"
76
}
77
0 commit comments