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