Skip to content

Commit

Permalink
Merge pull request #50 from recca0120/laravel-8
Browse files Browse the repository at this point in the history
laravel 8
  • Loading branch information
crynobone authored Sep 10, 2020
2 parents f76690f + 1ecd883 commit 1b6cf1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
php: [7.3]
laravel: [7.x, 6.x, 5.8, 5.7, 5.5]
laravel: [8.x, 7.x, 6.x, 5.8, 5.7, 5.5]

name: PHP${{ matrix.php }} with Laravel ${{ matrix.laravel }}

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
fail-fast: false
matrix:
php: [7.4]
laravel: [7.x, 6.x, 5.8]
laravel: [8.x, 7.x, 6.x, 5.8]

name: PHP${{ matrix.php }} with Laravel ${{ matrix.laravel }}

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"require": {
"php": "^7.2",
"botman/botman": "~2.0 || ~3.0",
"guzzlehttp/guzzle": "~6.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
"illuminate/contracts": "^5.5 || ^6.0 || ^7.0",
"illuminate/console": "^5.5 || ^6.0 || ^7.0",
"guzzlehttp/guzzle": "~6.0 || ^7.0.1",
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/console": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"thecodingmachine/discovery": "^1.2"
},
"require-dev": {
"orchestra/testbench": "^3.5 || ^4.0 || ^5.0",
"mockery/mockery": "^1.0"
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.5 || ^4.0 || ^5.0 || ^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1b6cf1b

Please sign in to comment.