Skip to content

Commit ae5828c

Browse files
committed
fix(deps): relax constrains to work with php 8.0
1 parent 38c451f commit ae5828c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"php": "^8.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^7.0",
25-
"rector/rector": "^1.2",
26-
"ergebnis/composer-normalize": "^2.44",
27-
"vimeo/psalm": "^5.26",
28-
"psalm/plugin-laravel": "^2.9",
29-
"laravel/pint": "^1.18"
24+
"orchestra/testbench": "^7",
25+
"rector/rector": "^1",
26+
"ergebnis/composer-normalize": "^2",
27+
"vimeo/psalm": "^5",
28+
"psalm/plugin-laravel": "^2",
29+
"laravel/pint": "^1"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)