Skip to content

Commit baec7a5

Browse files
committed
Update composer dependencies
1 parent 6fea9e3 commit baec7a5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
}
1515
],
1616
"require": {
17-
"laravel/framework": "^10.0"
17+
"laravel/framework": "^10.0|^11.0"
1818
},
1919
"require-dev": {
20-
"orchestra/testbench": "^8.21",
20+
"laravel/pint": "^1.0",
21+
"orchestra/testbench": "^8.0|^9.0",
2122
"pestphp/pest-plugin-laravel": "^2.0"
2223
},
2324
"autoload": {
@@ -48,6 +49,6 @@
4849
"pestphp/pest-plugin": true
4950
}
5051
},
51-
"minimum-stability": "stable",
52+
"minimum-stability": "dev",
5253
"prefer-stable": true
5354
}

0 commit comments

Comments
 (0)