Removed Laravel 6.x and PHP ^7.2
This commit is contained in:
parent
c0bad6d3b5
commit
c50e24660f
|
|
@ -35,12 +35,12 @@
|
|||
"evenement/evenement": "^2.0|^3.0",
|
||||
"facade/ignition-contracts": "^1.0",
|
||||
"guzzlehttp/psr7": "^1.5",
|
||||
"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",
|
||||
"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",
|
||||
"pusher/pusher-php-server": "^4.0",
|
||||
"react/promise": "^2.0",
|
||||
"symfony/http-kernel": "^4.0|^5.0",
|
||||
|
|
@ -48,9 +48,9 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"clue/block-react": "^1.4",
|
||||
"laravel/legacy-factories": "^1.0.4",
|
||||
"orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0",
|
||||
"orchestra/database": "^4.0|^5.0|^6.0",
|
||||
"laravel/legacy-factories": "^1.1",
|
||||
"orchestra/testbench-browser-kit": "^5.0|^6.0",
|
||||
"orchestra/database": "^5.0|^6.0",
|
||||
"phpunit/phpunit": "^8.0|^9.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue