Merge pull request #506 from faustbrian/patch-1

support laravel 8
This commit is contained in:
rennokki 2020-09-10 16:44:10 +03:00 committed by GitHub
commit 00dd9b0b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -10,15 +10,15 @@ jobs:
matrix: matrix:
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest, windows-latest]
php: [7.4, 7.3, 7.2] php: [7.4, 7.3, 7.2]
laravel: [5.8.*, 6.*, 7.*] laravel: [6.*, 7.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable] dependency-version: [prefer-lowest, prefer-stable]
include: include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.* - laravel: 7.*
testbench: 5.* testbench: 5.*
- laravel: 6.* - laravel: 6.*
testbench: 4.* testbench: 4.*
- laravel: 5.8.*
testbench: 3.8.*
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

View File

@ -28,11 +28,11 @@
"clue/buzz-react": "^2.5", "clue/buzz-react": "^2.5",
"facade/ignition-contracts": "^1.0", "facade/ignition-contracts": "^1.0",
"guzzlehttp/psr7": "^1.5", "guzzlehttp/psr7": "^1.5",
"illuminate/broadcasting": "5.8.*|^6.0|^7.0", "illuminate/broadcasting": "^6.0|^7.0|^8.0",
"illuminate/console": "5.8.*|^6.0|^7.0", "illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/http": "5.8.*|^6.0|^7.0", "illuminate/http": "^6.0|^7.0|^8.0",
"illuminate/routing": "5.8.*|^6.0|^7.0", "illuminate/routing": "^6.0|^7.0|^8.0",
"illuminate/support": "5.8.*|^6.0|^7.0", "illuminate/support": "^6.0|^7.0|^8.0",
"pusher/pusher-php-server": "^3.0|^4.0", "pusher/pusher-php-server": "^3.0|^4.0",
"react/dns": "^1.1", "react/dns": "^1.1",
"symfony/http-kernel": "^4.0|^5.0", "symfony/http-kernel": "^4.0|^5.0",
@ -40,7 +40,7 @@
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.3", "mockery/mockery": "^1.3",
"orchestra/testbench": "3.8.*|^4.0|^5.0", "orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.0|^9.0" "phpunit/phpunit": "^8.0|^9.0"
}, },
"autoload": { "autoload": {