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

Commit

Permalink
Add support for L8 closes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
gpanos committed Sep 10, 2020
1 parent b846b78 commit 7652499
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
php: [7.4, 7.3, 7.2]
laravel: [7.*, 6.*, 5.8.*]
laravel: [8.*, 7.*, 6.*]

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

Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"wingly"
],
"require": {
"illuminate/database": "~5|~6|~7",
"illuminate/support": "~5|~6|~7",
"guzzlehttp/guzzle": "^6.5"
"php": "^7.2",
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"guzzlehttp/guzzle": "^6.5|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"mockery/mockery": "^1.1",
"orchestra/testbench": "~3|~4",
"sempro/phpunit-pretty-print": "^1.0"
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0|^9.0|^9.3",
"orchestra/testbench": "^4.0|^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand All @@ -47,4 +47,4 @@
}
}
}
}
}

0 comments on commit 7652499

Please sign in to comment.