Skip to content

Commit f54fafe

Browse files
authored
Update PHPGenesis and Dev Dependencies (#40)
1 parent 33139ed commit f54fafe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
"require": {
2929
"php": "^8.3",
3030
"illuminate/support": "^10.0|^11.0",
31-
"phpgenesis/http": "^0.2"
31+
"phpgenesis/http": "^0.3"
3232
},
3333
"require-dev": {
3434
"orchestra/testbench": "^9.6",
3535
"pestphp/pest": "^3.5",
3636
"pestphp/pest-plugin-laravel": "^3.0",
37-
"phpgenesis/devutilities": "^0.2",
37+
"phpgenesis/devutilities": "^0.3",
3838
"phpstan/extension-installer": "^1.3",
39-
"phpstan/phpstan": "^1.10",
40-
"rector/rector": "^1.0",
39+
"phpstan/phpstan": "^2.0",
40+
"rector/rector": "^2.0",
4141
"tightenco/duster": "^3.0",
42-
"tomasvotruba/cognitive-complexity": "^0.2.3"
42+
"tomasvotruba/cognitive-complexity": "^1.0"
4343
},
4444
"autoload": {
4545
"psr-4": {

0 commit comments

Comments
 (0)