Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Drop support for older laravel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gpanos committed Dec 7, 2020
1 parent 5b17a3f commit 53eb2ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:

strategy:
matrix:
php: [7.4, 7.3]
laravel: [8.*, 7.*, 6.*]
php: [7.4]
laravel: [^8.0]

name: P${{ matrix.php }} - L${{ matrix.laravel }}

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"wingly"
],
"require": {
"php": "^7.3",
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"guzzlehttp/guzzle": "^6.5|^7.0"
"php": "^7.4",
"illuminate/database": "^8.0",
"illuminate/support": "^8.0",
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0|^9.0|^9.3",
"orchestra/testbench": "^4.0|^5.0|^6.0"
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^9.3",
"orchestra/testbench": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 53eb2ef

Please sign in to comment.