Change illuminate/http version.

This commit is contained in:
Amast 2019-10-30 18:06:57 +08:00
parent 61b36d4500
commit 2293cb9c77
2 changed files with 58 additions and 58 deletions

View File

@ -8,6 +8,6 @@
} }
], ],
"require": { "require": {
"illuminate/http": "^6.4" "illuminate/http": "^5.5"
} }
} }

114
composer.lock generated
View File

@ -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": "5ae986499848658ae337536c9fa418dc", "content-hash": "f807b62673cb935be7233f59ceb15f57",
"packages": [ "packages": [
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
@ -81,16 +81,16 @@
}, },
{ {
"name": "illuminate/contracts", "name": "illuminate/contracts",
"version": "v6.4.1", "version": "v5.8.35",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/contracts.git", "url": "https://github.com/illuminate/contracts.git",
"reference": "5e32ed8640ff70179dfde98eda04790b1cfa9a41" "reference": "00fc6afee788fa07c311b0650ad276585f8aef96"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/5e32ed8640ff70179dfde98eda04790b1cfa9a41", "url": "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96",
"reference": "5e32ed8640ff70179dfde98eda04790b1cfa9a41", "reference": "00fc6afee788fa07c311b0650ad276585f8aef96",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -100,14 +100,14 @@
] ]
}, },
"require": { "require": {
"php": "^7.2", "php": "^7.1.3",
"psr/container": "^1.0", "psr/container": "^1.0",
"psr/simple-cache": "^1.0" "psr/simple-cache": "^1.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "6.0-dev" "dev-master": "5.8-dev"
} }
}, },
"autoload": { "autoload": {
@ -127,20 +127,20 @@
], ],
"description": "The Illuminate Contracts package.", "description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2019-10-21T18:36:48+00:00" "time": "2019-07-30T13:57:21+00:00"
}, },
{ {
"name": "illuminate/filesystem", "name": "illuminate/filesystem",
"version": "v6.4.1", "version": "v5.8.35",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/filesystem.git", "url": "https://github.com/illuminate/filesystem.git",
"reference": "197bac14e3f49d2c39f37e4a8ae1422ac08d50cf" "reference": "494ba903402d64ec49c8d869ab61791db34b2288"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/197bac14e3f49d2c39f37e4a8ae1422ac08d50cf", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/494ba903402d64ec49c8d869ab61791db34b2288",
"reference": "197bac14e3f49d2c39f37e4a8ae1422ac08d50cf", "reference": "494ba903402d64ec49c8d869ab61791db34b2288",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -150,22 +150,22 @@
] ]
}, },
"require": { "require": {
"illuminate/contracts": "^6.0", "illuminate/contracts": "5.8.*",
"illuminate/support": "^6.0", "illuminate/support": "5.8.*",
"php": "^7.2", "php": "^7.1.3",
"symfony/finder": "^4.3.4" "symfony/finder": "^4.2"
}, },
"suggest": { "suggest": {
"league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.0).", "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.0).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).", "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).", "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0)" "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0)."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "6.0-dev" "dev-master": "5.8-dev"
} }
}, },
"autoload": { "autoload": {
@ -185,20 +185,20 @@
], ],
"description": "The Illuminate Filesystem package.", "description": "The Illuminate Filesystem package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2019-10-27T20:14:21+00:00" "time": "2019-08-14T13:38:15+00:00"
}, },
{ {
"name": "illuminate/http", "name": "illuminate/http",
"version": "v6.4.1", "version": "v5.8.35",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/http.git", "url": "https://github.com/illuminate/http.git",
"reference": "45a18d5c87dce51933c744decc7b5c32d55fd13c" "reference": "cd0f549611de16b323af88478b441e4d52ceef40"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/http/zipball/45a18d5c87dce51933c744decc7b5c32d55fd13c", "url": "https://api.github.com/repos/illuminate/http/zipball/cd0f549611de16b323af88478b441e4d52ceef40",
"reference": "45a18d5c87dce51933c744decc7b5c32d55fd13c", "reference": "cd0f549611de16b323af88478b441e4d52ceef40",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -209,11 +209,11 @@
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"illuminate/session": "^6.0", "illuminate/session": "5.8.*",
"illuminate/support": "^6.0", "illuminate/support": "5.8.*",
"php": "^7.2", "php": "^7.1.3",
"symfony/http-foundation": "^4.3.4", "symfony/http-foundation": "^4.2",
"symfony/http-kernel": "^4.3.4" "symfony/http-kernel": "^4.2"
}, },
"suggest": { "suggest": {
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image()." "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image()."
@ -221,7 +221,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "6.0-dev" "dev-master": "5.8-dev"
} }
}, },
"autoload": { "autoload": {
@ -241,20 +241,20 @@
], ],
"description": "The Illuminate Http package.", "description": "The Illuminate Http package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2019-10-21T13:59:12+00:00" "time": "2019-09-03T16:36:47+00:00"
}, },
{ {
"name": "illuminate/session", "name": "illuminate/session",
"version": "v6.4.1", "version": "v5.8.35",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/session.git", "url": "https://github.com/illuminate/session.git",
"reference": "55876147d4f36495c48699bc390e5f03c5778341" "reference": "087d360f7b9d75bc964280b890c2f2fe8efaf71f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/session/zipball/55876147d4f36495c48699bc390e5f03c5778341", "url": "https://api.github.com/repos/illuminate/session/zipball/087d360f7b9d75bc964280b890c2f2fe8efaf71f",
"reference": "55876147d4f36495c48699bc390e5f03c5778341", "reference": "087d360f7b9d75bc964280b890c2f2fe8efaf71f",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -265,20 +265,20 @@
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"illuminate/contracts": "^6.0", "illuminate/contracts": "5.8.*",
"illuminate/filesystem": "^6.0", "illuminate/filesystem": "5.8.*",
"illuminate/support": "^6.0", "illuminate/support": "5.8.*",
"php": "^7.2", "php": "^7.1.3",
"symfony/finder": "^4.3.4", "symfony/finder": "^4.2",
"symfony/http-foundation": "^4.3.4" "symfony/http-foundation": "^4.2"
}, },
"suggest": { "suggest": {
"illuminate/console": "Required to use the session:table command (^6.0)." "illuminate/console": "Required to use the session:table command (5.8.*)."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "6.0-dev" "dev-master": "5.8-dev"
} }
}, },
"autoload": { "autoload": {
@ -298,20 +298,20 @@
], ],
"description": "The Illuminate Session package.", "description": "The Illuminate Session package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2019-09-11T12:03:36+00:00" "time": "2019-07-08T13:48:55+00:00"
}, },
{ {
"name": "illuminate/support", "name": "illuminate/support",
"version": "v6.4.1", "version": "v5.8.35",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/support.git", "url": "https://github.com/illuminate/support.git",
"reference": "bb5936ebae4a644fb6c2a605b536caaeaf918688" "reference": "e63a495d3bf01654f70def1046fb925c4bb56506"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/bb5936ebae4a644fb6c2a605b536caaeaf918688", "url": "https://api.github.com/repos/illuminate/support/zipball/e63a495d3bf01654f70def1046fb925c4bb56506",
"reference": "bb5936ebae4a644fb6c2a605b536caaeaf918688", "reference": "e63a495d3bf01654f70def1046fb925c4bb56506",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -324,25 +324,25 @@
"doctrine/inflector": "^1.1", "doctrine/inflector": "^1.1",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"illuminate/contracts": "^6.0", "illuminate/contracts": "5.8.*",
"nesbot/carbon": "^2.0", "nesbot/carbon": "^1.26.3 || ^2.0",
"php": "^7.2" "php": "^7.1.3"
}, },
"conflict": { "conflict": {
"tightenco/collect": "<5.5.33" "tightenco/collect": "<5.5.33"
}, },
"suggest": { "suggest": {
"illuminate/filesystem": "Required to use the composer class (^6.0).", "illuminate/filesystem": "Required to use the composer class (5.8.*).",
"moontoast/math": "Required to use ordered UUIDs (^1.1).", "moontoast/math": "Required to use ordered UUIDs (^1.1).",
"ramsey/uuid": "Required to use Str::uuid() (^3.7).", "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
"symfony/process": "Required to use the composer class (^4.3.4).", "symfony/process": "Required to use the composer class (^4.2).",
"symfony/var-dumper": "Required to use the dd function (^4.3.4).", "symfony/var-dumper": "Required to use the dd function (^4.2).",
"vlucas/phpdotenv": "Required to use the Env class and env helper (^3.3)." "vlucas/phpdotenv": "Required to use the env helper (^3.3)."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "6.0-dev" "dev-master": "5.8-dev"
} }
}, },
"autoload": { "autoload": {
@ -365,7 +365,7 @@
], ],
"description": "The Illuminate Support package.", "description": "The Illuminate Support package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2019-10-27T15:36:15+00:00" "time": "2019-09-03T16:36:47+00:00"
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",