Skip to content

Commit

Permalink
chore: fix codeigniter/coding-standard version to 1.7.*
Browse files Browse the repository at this point in the history
1.8.0 enables rules for PHP 8.1.
So we cannot use it unless we drop PHP 7.4 support.
  • Loading branch information
kenjis committed Jun 21, 2024
1 parent 72843e4 commit ef18dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"php": "^7.4 || ^8.0"
},
"require-dev": {
"codeigniter/coding-standard": "1.7.*",
"codeigniter4/devkit": "^1.1.2",
"codeigniter4/framework": "^4.2.3",
"phpunit/phpunit": "^9.6",
Expand Down

0 comments on commit ef18dcd

Please sign in to comment.