Skip to content

Commit

Permalink
Move codeigniter4/framework to require-dev
Browse files Browse the repository at this point in the history
To avoid dependabot error in CodeIgniter 4 repo, see https://github.com/codeigniter4/CodeIgniter4/network/updates/953278072
  • Loading branch information
samsonasik authored Jan 24, 2025
1 parent 08d66dd commit 78c80d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"require": {
"php": "^8.1",
"codeigniter4/framework": "^4.5",
"phpstan/phpstan": "^2.0"
},
"require-dev": {
"codeigniter4/framework": "^4.5",
"codeigniter/coding-standard": "^1.7",
"codeigniter4/shield": "^1.0",
"friendsofphp/php-cs-fixer": "^3.49",
Expand Down

0 comments on commit 78c80d6

Please sign in to comment.