Skip to content

Commit 6a7edbd

Browse files
author
Andrey Helldar
committed
Removed Laravel 6 support
1 parent dbb0b0f commit 6a7edbd

File tree

2 files changed

+2
-33
lines changed

2 files changed

+2
-33
lines changed

.github/workflows/laravel-6.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"require": {
2424
"php": "^7.4 || ^8.0",
2525
"fig/http-message-util": "^1.1",
26-
"illuminate/routing": "^6.0 || ^7.0 || ^8.0 || ^9.0"
26+
"illuminate/routing": "^7.0 || ^8.0 || ^9.0"
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
29+
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0",
3030
"phpunit/phpunit": "^9.5"
3131
},
3232
"minimum-stability": "stable",

0 commit comments

Comments
 (0)