Remove cors package

This commit is contained in:
Phan An 2018-09-04 15:14:17 +07:00
parent 3313cd1a1d
commit 1497450768
3 changed files with 16 additions and 132 deletions

View file

@ -7,7 +7,6 @@ use App\Http\Middleware\GetUserFromToken;
use App\Http\Middleware\ObjectStorageAuthenticate; use App\Http\Middleware\ObjectStorageAuthenticate;
use App\Http\Middleware\TrimStrings; use App\Http\Middleware\TrimStrings;
use App\Http\Middleware\UseDifferentConfigIfE2E; use App\Http\Middleware\UseDifferentConfigIfE2E;
use Barryvdh\Cors\HandleCors;
use Illuminate\Auth\Middleware\Authorize; use Illuminate\Auth\Middleware\Authorize;
use Illuminate\Foundation\Http\Kernel as HttpKernel; use Illuminate\Foundation\Http\Kernel as HttpKernel;
use Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode; use Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode;
@ -29,7 +28,6 @@ class Kernel extends HttpKernel
ValidatePostSize::class, ValidatePostSize::class,
TrimStrings::class, TrimStrings::class,
ConvertEmptyStringsToNull::class, ConvertEmptyStringsToNull::class,
HandleCors::class,
]; ];
/** /**

View file

@ -20,7 +20,6 @@
"ext-json": "*", "ext-json": "*",
"ext-SimpleXML": "*", "ext-SimpleXML": "*",
"fideloper/proxy": "^4.0", "fideloper/proxy": "^4.0",
"barryvdh/laravel-cors": "^0.11.0",
"daverandom/resume": "^0.0.3" "daverandom/resume": "^0.0.3"
}, },
"require-dev": { "require-dev": {

145
composer.lock generated
View file

@ -4,72 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f40663bd1d80d0151691dbcb57b9fbb8", "content-hash": "2ef19bb7c62caadb28efd69b59bf4044",
"packages": [ "packages": [
{
"name": "asm89/stack-cors",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/asm89/stack-cors.git",
"reference": "c163e2b614550aedcf71165db2473d936abbced6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6",
"reference": "c163e2b614550aedcf71165db2473d936abbced6",
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"symfony/http-foundation": "~2.7|~3.0|~4.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8.10",
"squizlabs/php_codesniffer": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"Asm89\\Stack\\": "src/Asm89/Stack/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander",
"email": "iam.asm89@gmail.com"
}
],
"description": "Cross-origin resource sharing library and stack middleware",
"homepage": "https://github.com/asm89/stack-cors",
"keywords": [
"cors",
"stack"
],
"time": "2017-12-20T14:37:45+00:00"
},
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.67.1", "version": "3.67.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "a77e6796841056f46543393f5cd06aa9fa4cc40a" "reference": "df94a9ad78c9e817a9887bedf0e5b269c4f25810"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a77e6796841056f46543393f5cd06aa9fa4cc40a", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/df94a9ad78c9e817a9887bedf0e5b269c4f25810",
"reference": "a77e6796841056f46543393f5cd06aa9fa4cc40a", "reference": "df94a9ad78c9e817a9887bedf0e5b269c4f25810",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -136,7 +84,7 @@
"s3", "s3",
"sdk" "sdk"
], ],
"time": "2018-08-28T19:38:00+00:00" "time": "2018-08-31T21:53:42+00:00"
}, },
{ {
"name": "aws/aws-sdk-php-laravel", "name": "aws/aws-sdk-php-laravel",
@ -194,67 +142,6 @@
], ],
"time": "2016-01-18T06:57:07+00:00" "time": "2016-01-18T06:57:07+00:00"
}, },
{
"name": "barryvdh/laravel-cors",
"version": "v0.11.0",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-cors.git",
"reference": "6ba64a654b4258a3ecc11aba6614c932b3442e30"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-cors/zipball/6ba64a654b4258a3ecc11aba6614c932b3442e30",
"reference": "6ba64a654b4258a3ecc11aba6614c932b3442e30",
"shasum": ""
},
"require": {
"asm89/stack-cors": "^1.2",
"illuminate/support": "5.3.x|5.4.x|5.5.x|5.6.x",
"php": ">=5.5.9",
"symfony/http-foundation": "^3.1|^4",
"symfony/http-kernel": "^3.1|^4"
},
"require-dev": {
"orchestra/testbench": "3.x",
"phpunit/phpunit": "^4.8|^5.2",
"squizlabs/php_codesniffer": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.11-dev"
},
"laravel": {
"providers": [
"Barryvdh\\Cors\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Barryvdh\\Cors\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"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"
],
"time": "2018-01-04T06:59:27+00:00"
},
{ {
"name": "daverandom/resume", "name": "daverandom/resume",
"version": "v0.0.3", "version": "v0.0.3",
@ -1637,16 +1524,16 @@
}, },
{ {
"name": "paragonie/sodium_compat", "name": "paragonie/sodium_compat",
"version": "v1.6.3", "version": "v1.6.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/paragonie/sodium_compat.git", "url": "https://github.com/paragonie/sodium_compat.git",
"reference": "7d0549c3947eaea620f4e523f42ab236cf7fd304" "reference": "3f2fd07977541b4d630ea0365ad0eceddee5179c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/7d0549c3947eaea620f4e523f42ab236cf7fd304", "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/3f2fd07977541b4d630ea0365ad0eceddee5179c",
"reference": "7d0549c3947eaea620f4e523f42ab236cf7fd304", "reference": "3f2fd07977541b4d630ea0365ad0eceddee5179c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1715,7 +1602,7 @@
"secret-key cryptography", "secret-key cryptography",
"side-channel resistant" "side-channel resistant"
], ],
"time": "2018-06-06T17:30:29+00:00" "time": "2018-08-29T22:02:48+00:00"
}, },
{ {
"name": "predis/predis", "name": "predis/predis",
@ -3422,16 +3309,16 @@
}, },
{ {
"name": "composer/xdebug-handler", "name": "composer/xdebug-handler",
"version": "1.2.1", "version": "1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/xdebug-handler.git", "url": "https://github.com/composer/xdebug-handler.git",
"reference": "e37cbd80da64afe314c72de8d2d2fec0e40d9373" "reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/e37cbd80da64afe314c72de8d2d2fec0e40d9373", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/b8e9745fb9b06ea6664d8872c4505fb16df4611c",
"reference": "e37cbd80da64afe314c72de8d2d2fec0e40d9373", "reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3462,7 +3349,7 @@
"Xdebug", "Xdebug",
"performance" "performance"
], ],
"time": "2018-08-23T12:00:19+00:00" "time": "2018-08-31T19:07:57+00:00"
}, },
{ {
"name": "dnoegel/php-xdg-base-dir", "name": "dnoegel/php-xdg-base-dir",