Skip to content

Commit

Permalink
chore: temporarily fix Composer package versions
Browse files Browse the repository at this point in the history
To pass GA checks.
  • Loading branch information
kenjis committed Jun 7, 2024
1 parent 6423a94 commit d13ef43
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,16 @@
},
"require": {
"php": "^7.4 || ^8.0",
"codeigniter4/framework": "^4.3"
"codeigniter4/framework": "4.4.5"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"nexusphp/cs-config": "^3.6",
"nexusphp/tachycardia": "^1.3",
"fakerphp/faker": "^1.9",
"rector/rector": "^1.0.0",
"vimeo/psalm": "^5.0",
"psr/container": "2.0.2",
"codeigniter4/devkit": "^1.0",
"tatter/patches": "^2.1",
"kint-php/kint": "^5.1",
"codeigniter/phpstan-codeigniter": "^1.4"
Expand Down

0 comments on commit d13ef43

Please sign in to comment.