Skip to content

Commit 530b659

Browse files
committed
Move codeigniter4/framework to require
1 parent 4637171 commit 530b659

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
},
2424
"require": {
2525
"php": "^8.1",
26+
"codeigniter4/framework": "^4.4",
2627
"phpstan/phpstan": "^1.10"
2728
},
2829
"require-dev": {
2930
"codeigniter/coding-standard": "^1.7",
30-
"codeigniter4/framework": "^4.3",
3131
"codeigniter4/shield": "^1.0@beta",
3232
"friendsofphp/php-cs-fixer": "^3.20",
3333
"nexusphp/cs-config": "^3.12",
@@ -39,6 +39,9 @@
3939
"phpunit/phpunit": "^10.2",
4040
"rector/rector": "^0.18.2"
4141
},
42+
"conflict": {
43+
"codeigniter/framework": "*"
44+
},
4245
"minimum-stability": "dev",
4346
"prefer-stable": true,
4447
"autoload": {
@@ -70,8 +73,5 @@
7073
"post-update-cmd": [
7174
"CodeIgniter\\PHPStan\\ComposerScripts::postUpdate"
7275
]
73-
},
74-
"conflict": {
75-
"codeigniter/framework": "*"
7676
}
7777
}

0 commit comments

Comments
 (0)