Reverted Laravel 6.x but removed ^7.2 testing
This commit is contained in:
parent
aa2e9c1cdc
commit
bb8823d05c
|
|
@ -22,12 +22,15 @@ jobs:
|
|||
- '7.3'
|
||||
- '7.4'
|
||||
laravel:
|
||||
- 6.*
|
||||
- 7.*
|
||||
- 8.*
|
||||
prefer:
|
||||
- 'prefer-lowest'
|
||||
- 'prefer-stable'
|
||||
include:
|
||||
- laravel: '6.*'
|
||||
testbench: '4.*'
|
||||
- laravel: '7.*'
|
||||
testbench: '5.*'
|
||||
- laravel: '8.*'
|
||||
|
|
|
|||
|
|
@ -35,12 +35,12 @@
|
|||
"evenement/evenement": "^2.0|^3.0",
|
||||
"facade/ignition-contracts": "^1.0",
|
||||
"guzzlehttp/psr7": "^1.5",
|
||||
"illuminate/broadcasting": "^7.0|^8.0",
|
||||
"illuminate/console": "^7.0|^8.0",
|
||||
"illuminate/http": "^7.0|^8.0",
|
||||
"illuminate/queue": "^7.0|^8.0",
|
||||
"illuminate/routing": "^7.0|^8.0",
|
||||
"illuminate/support": "^7.0|^8.0",
|
||||
"illuminate/broadcasting": "^6.3|^7.0|^8.0",
|
||||
"illuminate/console": "^^6.3|7.0|^8.0",
|
||||
"illuminate/http": "^6.3|^7.0|^8.0",
|
||||
"illuminate/queue": "^6.3|^7.0|^8.0",
|
||||
"illuminate/routing": "^6.3|^7.0|^8.0",
|
||||
"illuminate/support": "^6.3|^7.0|^8.0",
|
||||
"pusher/pusher-php-server": "^4.0",
|
||||
"react/promise": "^2.0",
|
||||
"symfony/http-kernel": "^4.0|^5.0",
|
||||
|
|
@ -49,8 +49,8 @@
|
|||
"require-dev": {
|
||||
"clue/block-react": "^1.4",
|
||||
"laravel/legacy-factories": "^1.1",
|
||||
"orchestra/testbench-browser-kit": "^5.0|^6.0",
|
||||
"orchestra/database": "^5.0|^6.0",
|
||||
"orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0",
|
||||
"orchestra/database": "^4.0|^5.0|^6.0",
|
||||
"phpunit/phpunit": "^8.0|^9.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue