Skip to content

Commit 1a300f7

Browse files
committed
update composer dependencies and set the minimum PHP version to 8.1
1 parent a9dcba7 commit 1a300f7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@
2222
],
2323
"homepage": "https://github.com/codeigniter4/devkit",
2424
"require": {
25-
"php": "^7.4 || ^8.0",
25+
"php": "^8.1",
2626
"codeigniter/coding-standard": "^1.5",
2727
"fakerphp/faker": "^1.9",
2828
"mikey179/vfsstream": "^1.6",
2929
"nexusphp/cs-config": "^3.6",
30-
"nexusphp/tachycardia": "^1.3 || ^2.0",
30+
"nexusphp/tachycardia": "^2.0",
3131
"phpstan/extension-installer": "^1.1",
32-
"phpstan/phpstan": "^1.0",
33-
"phpstan/phpstan-deprecation-rules": "^1.0",
34-
"phpstan/phpstan-phpunit": "^1.0",
35-
"phpunit/phpunit": "^9.3 || ^10.5.16",
36-
"rector/rector": "^0.19 || ^1.0.0",
32+
"phpstan/phpstan": "^2.0",
33+
"phpstan/phpstan-deprecation-rules": "^2.0",
34+
"phpstan/phpstan-phpunit": "^2.0",
35+
"phpunit/phpunit": "^10.5 || ^11.5",
36+
"rector/rector": "^2.0",
3737
"roave/security-advisories": "dev-latest",
3838
"vimeo/psalm": "^5.0"
3939
},
4040
"require-dev": {
4141
"codeigniter4/framework": "^4.1",
42-
"icanhazstring/composer-unused": "^0.8.2"
42+
"icanhazstring/composer-unused": "dev-main"
4343
},
4444
"minimum-stability": "dev",
4545
"prefer-stable": true,

0 commit comments

Comments
 (0)