Skip to content

Commit 78c80d6

Browse files
authored
Move codeigniter4/framework to require-dev
To avoid dependabot error in CodeIgniter 4 repo, see https://github.com/codeigniter4/CodeIgniter4/network/updates/953278072
1 parent 08d66dd commit 78c80d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
},
2424
"require": {
2525
"php": "^8.1",
26-
"codeigniter4/framework": "^4.5",
2726
"phpstan/phpstan": "^2.0"
2827
},
2928
"require-dev": {
29+
"codeigniter4/framework": "^4.5",
3030
"codeigniter/coding-standard": "^1.7",
3131
"codeigniter4/shield": "^1.0",
3232
"friendsofphp/php-cs-fixer": "^3.49",

0 commit comments

Comments
 (0)