[9.x] Allow develop installs (#5660)

* Allow develop installs

* Disable CORS middleware

* Re-add laravel-cors

* Re-adds collision

Co-authored-by: Nuno Maduro <enunomaduro@gmail.com>
This commit is contained in:
Dries Vints 2021-08-09 20:52:42 +02:00 committed by GitHub
parent 542fdfdc1e
commit 7f68c30179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^8.0", "php": "^8.0",
"fideloper/proxy": "^4.4.1", "fideloper/proxy": "dev-master",
"fruitcake/laravel-cors": "^2.0.3", "fruitcake/laravel-cors": "dev-develop",
"guzzlehttp/guzzle": "^7.0.1", "guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^9.0", "laravel/framework": "^9.0",
"laravel/tinker": "^2.5|dev-develop" "laravel/tinker": "^2.5|dev-develop"
@ -16,7 +16,7 @@
"fakerphp/faker": "^1.9.1", "fakerphp/faker": "^1.9.1",
"laravel/sail": "^1.0.1", "laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.2", "mockery/mockery": "^1.4.2",
"nunomaduro/collision": "^5.2", "nunomaduro/collision": "^6.0",
"phpunit/phpunit": "^9.3.3" "phpunit/phpunit": "^9.3.3"
}, },
"autoload": { "autoload": {