Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit e3e583b

Browse files
author
Andrey Helldar
authored
Merge pull request #9 from TheDragonCode/2.x
Removed support for Laravel 6
2 parents 0faab1b + 0ccf2f7 commit e3e583b

File tree

2 files changed

+4
-33
lines changed

2 files changed

+4
-33
lines changed

Diff for: .github/workflows/laravel-6.yml

-31
This file was deleted.

Diff for: composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@
2626
},
2727
"require": {
2828
"php": "^7.3 || ^8.0",
29-
"dragon-code/env-sync": "^3.4.2"
29+
"dragon-code/env-sync": "^3.4.2",
30+
"illuminate/console": "^7.0 || ^8.0 || ^9.0",
31+
"illuminate/support": "^7.0 || ^8.0 || ^9.0"
3032
},
3133
"require-dev": {
3234
"dragon-code/support": "^5.8",
3335
"mockery/mockery": "^1.3.1",
34-
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
36+
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0",
3537
"phpunit/phpunit": "^9.0"
3638
},
3739
"minimum-stability": "stable",

0 commit comments

Comments
 (0)