We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb0b0f commit 6a7edbdCopy full SHA for 6a7edbd
.github/workflows/laravel-6.yml
composer.json
@@ -23,10 +23,10 @@
23
"require": {
24
"php": "^7.4 || ^8.0",
25
"fig/http-message-util": "^1.1",
26
- "illuminate/routing": "^6.0 || ^7.0 || ^8.0 || ^9.0"
+ "illuminate/routing": "^7.0 || ^8.0 || ^9.0"
27
},
28
"require-dev": {
29
- "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
+ "orchestra/testbench": "^5.0 || ^6.0 || ^7.0",
30
"phpunit/phpunit": "^9.5"
31
32
"minimum-stability": "stable",
0 commit comments