mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
Merge pull request #9703 from uberbrady/develop-v6-integration
Remove barryvdh's laravel-cors for fruitcake's laravel-cors
This commit is contained in:
commit
b3e9c51584
|
@ -20,7 +20,6 @@
|
||||||
"adldap2/adldap2": "^10.2",
|
"adldap2/adldap2": "^10.2",
|
||||||
"alek13/slack": "^1.12",
|
"alek13/slack": "^1.12",
|
||||||
"bacon/bacon-qr-code": "^1.0",
|
"bacon/bacon-qr-code": "^1.0",
|
||||||
"barryvdh/laravel-cors": "^2.0",
|
|
||||||
"barryvdh/laravel-debugbar": "^3.6",
|
"barryvdh/laravel-debugbar": "^3.6",
|
||||||
"doctrine/cache": "^1.10",
|
"doctrine/cache": "^1.10",
|
||||||
"doctrine/common": "^2.12",
|
"doctrine/common": "^2.12",
|
||||||
|
|
79
composer.lock
generated
79
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "97c80b37d706eddf9627518d8a8afed0",
|
"content-hash": "8452fbc86fe3ea4bd059c0af0aca8c38",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "adldap2/adldap2",
|
"name": "adldap2/adldap2",
|
||||||
|
@ -333,83 +333,6 @@
|
||||||
},
|
},
|
||||||
"time": "2017-10-17T09:59:25+00:00"
|
"time": "2017-10-17T09:59:25+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "barryvdh/laravel-cors",
|
|
||||||
"version": "v2.0.4",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/fruitcake/laravel-cors.git",
|
|
||||||
"reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/a8ccedc7ca95189ead0e407c43b530dc17791d6a",
|
|
||||||
"reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"asm89/stack-cors": "^2.0.1",
|
|
||||||
"illuminate/contracts": "^6|^7|^8|^9",
|
|
||||||
"illuminate/support": "^6|^7|^8|^9",
|
|
||||||
"php": ">=7.2",
|
|
||||||
"symfony/http-foundation": "^4|^5",
|
|
||||||
"symfony/http-kernel": "^4.3.4|^5"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"laravel/framework": "^6|^7|^8",
|
|
||||||
"orchestra/testbench-dusk": "^4|^5|^6|^7",
|
|
||||||
"phpunit/phpunit": "^6|^7|^8|^9",
|
|
||||||
"squizlabs/php_codesniffer": "^3.5"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "2.0-dev"
|
|
||||||
},
|
|
||||||
"laravel": {
|
|
||||||
"providers": [
|
|
||||||
"Fruitcake\\Cors\\CorsServiceProvider"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Fruitcake\\Cors\\": "src/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Fruitcake",
|
|
||||||
"homepage": "https://fruitcake.nl"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Barry vd. Heuvel",
|
|
||||||
"email": "barryvdh@gmail.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
|
|
||||||
"keywords": [
|
|
||||||
"api",
|
|
||||||
"cors",
|
|
||||||
"crossdomain",
|
|
||||||
"laravel"
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/fruitcake/laravel-cors/issues",
|
|
||||||
"source": "https://github.com/fruitcake/laravel-cors/tree/v2.0.4"
|
|
||||||
},
|
|
||||||
"funding": [
|
|
||||||
{
|
|
||||||
"url": "https://github.com/barryvdh",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"time": "2021-04-26T11:24:25+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "barryvdh/laravel-debugbar",
|
"name": "barryvdh/laravel-debugbar",
|
||||||
"version": "v3.6.1",
|
"version": "v3.6.1",
|
||||||
|
|
Loading…
Reference in a new issue