Removed Laravel 6.x and PHP ^7.2

This commit is contained in:
rennokki 2020-11-20 12:13:04 +02:00 committed by GitHub
parent c0bad6d3b5
commit c50e24660f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -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": {