Skip to content

Commit

Permalink
bump to use codeigniter 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 20, 2025
1 parent 96d034a commit e74d84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"php": "~8.2.0 || ~8.3.0 || ~8.4.0"
},
"conflict": {
"codeigniter4/framework": "<4.5.6"
"codeigniter4/framework": "<4.6"
},
"require-dev": {
"codeigniter/coding-standard": "^1.8.2",
"codeigniter4/framework": "^4.5.6",
"codeigniter4/framework": "^4.6",
"phpstan/phpstan": "^2.0.4",
"phpunit/phpunit": "^11.5.2",
"rector/rector": "dev-main"
Expand Down

0 comments on commit e74d84a

Please sign in to comment.