Skip to content

Commit

Permalink
Merge pull request #9 from TheDragonCode/2.x
Browse files Browse the repository at this point in the history
Removed support for Laravel 6
  • Loading branch information
Andrey Helldar authored Mar 19, 2022
2 parents 0faab1b + 0ccf2f7 commit e3e583b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 33 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/laravel-6.yml

This file was deleted.

6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@
},
"require": {
"php": "^7.3 || ^8.0",
"dragon-code/env-sync": "^3.4.2"
"dragon-code/env-sync": "^3.4.2",
"illuminate/console": "^7.0 || ^8.0 || ^9.0",
"illuminate/support": "^7.0 || ^8.0 || ^9.0"
},
"require-dev": {
"dragon-code/support": "^5.8",
"mockery/mockery": "^1.3.1",
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^9.0"
},
"minimum-stability": "stable",
Expand Down

0 comments on commit e3e583b

Please sign in to comment.