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 17, 2024
1 parent 4507f1b commit 65c887f
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 @@ -29,6 +29,7 @@
"codeigniter4/settings": "^2.1"
},
"require-dev": {
"codeigniter/coding-standard": "1.7.*",
"codeigniter/phpstan-codeigniter": "^1.3",
"codeigniter4/devkit": "^1.0",
"codeigniter4/framework": ">=4.3.5 <4.5.0 || ^4.5.1",
Expand Down

0 comments on commit 65c887f

Please sign in to comment.