Skip to content

Commit

Permalink
Merge pull request #71 from palpalani/laravel7-patch
Browse files Browse the repository at this point in the history
Laravel 7 support
  • Loading branch information
davidhsianturi committed Mar 13, 2020
2 parents 42a9c2f + 60397fc commit 3880c91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -14,10 +14,12 @@ jobs:
fail-fast: true
matrix:
php: [7.1, 7.2, 7.3]
laravel: [5.8.*, ^6.0]
laravel: [5.8.*, ^6.0, ^7.0]
exclude:
- laravel: ^6.0
php: 7.1
- laravel: ^7.0
php: 7.1

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

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -17,13 +17,13 @@
],
"require": {
"php": "^7.1.3",
"illuminate/console": "~5.8.0|^6.0",
"illuminate/routing": "~5.8.0|^6.0",
"illuminate/support": "~5.8.0|^6.0",
"mpociot/documentarian": "^0.3.0"
"illuminate/console": "~5.8.0|^6.0|^7.0",
"illuminate/routing": "~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.8.0|^6.0|^7.0",
"mpociot/documentarian": "^0.4.0"
},
"require-dev": {
"orchestra/testbench": "^3.8|^4.0"
"orchestra/testbench": "^3.8|^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3880c91

Please sign in to comment.