upgrade PHP dependencies

This commit is contained in:
Pig Fang 2021-01-02 16:04:38 +08:00
parent 2b620c3338
commit d5fd4e4c1b
No known key found for this signature in database
GPG Key ID: A8198F548DADA9E2
2 changed files with 24 additions and 27 deletions

View File

@ -39,7 +39,7 @@
}, },
"require-dev": { "require-dev": {
"barryvdh/laravel-debugbar": "^3.5", "barryvdh/laravel-debugbar": "^3.5",
"fzaninotto/faker": "~1.9", "fakerphp/faker": "^1.13",
"laravel/browser-kit-testing": "^6.1", "laravel/browser-kit-testing": "^6.1",
"laravel/tinker": "^2.4", "laravel/tinker": "^2.4",
"mockery/mockery": "^1.4", "mockery/mockery": "^1.4",

49
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": "550bb66ca01d0b4638d154cae44fd0d8", "content-hash": "b828621ee3669ed9d8a40bd8cde3d545",
"packages": [ "packages": [
{ {
"name": "blessing/filter", "name": "blessing/filter",
@ -4782,22 +4782,22 @@
}, },
{ {
"name": "sanmai/hoa-protocol", "name": "sanmai/hoa-protocol",
"version": "1.17.01.14", "version": "1.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sanmai/Protocol.git", "url": "https://github.com/sanmai/Protocol.git",
"reference": "c8d9ac20711f92abba774af33eef1a87ab44bf0e" "reference": "3cf1a72c12fed6aa0169433a10f0275face91362"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sanmai/Protocol/zipball/c8d9ac20711f92abba774af33eef1a87ab44bf0e", "url": "https://api.github.com/repos/sanmai/Protocol/zipball/3cf1a72c12fed6aa0169433a10f0275face91362",
"reference": "c8d9ac20711f92abba774af33eef1a87ab44bf0e", "reference": "3cf1a72c12fed6aa0169433a10f0275face91362",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"hoa/consistency": "*", "hoa/consistency": "*",
"hoa/exception": "*", "hoa/exception": "*",
"php": "^7.0" "php": ">=7.0"
}, },
"replace": { "replace": {
"hoa/protocol": "*" "hoa/protocol": "*"
@ -4844,9 +4844,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/sanmai/Protocol/issues", "issues": "https://github.com/sanmai/Protocol/issues",
"source": "https://github.com/sanmai/Protocol/tree/master" "source": "https://github.com/sanmai/Protocol/tree/1.21"
}, },
"time": "2019-09-15T07:01:41+00:00" "time": "2021-01-01T15:57:23+00:00"
}, },
{ {
"name": "spatie/laravel-translation-loader", "name": "spatie/laravel-translation-loader",
@ -8060,33 +8060,31 @@
"time": "2020-11-10T18:47:58+00:00" "time": "2020-11-10T18:47:58+00:00"
}, },
{ {
"name": "fzaninotto/faker", "name": "fakerphp/faker",
"version": "v1.9.2", "version": "v1.13.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fzaninotto/Faker.git", "url": "https://github.com/FakerPHP/Faker.git",
"reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e" "reference": "ab3f5364d01f2c2c16113442fb987d26e4004913"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/848d8125239d7dbf8ab25cb7f054f1a630e68c2e", "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/ab3f5364d01f2c2c16113442fb987d26e4004913",
"reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e", "reference": "ab3f5364d01f2c2c16113442fb987d26e4004913",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.3.3 || ^7.0" "php": "^7.1 || ^8.0"
},
"conflict": {
"fzaninotto/faker": "*"
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-intl": "*", "ext-intl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7", "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.4.2"
"squizlabs/php_codesniffer": "^2.9.2"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Faker\\": "src/Faker/" "Faker\\": "src/Faker/"
@ -8108,11 +8106,10 @@
"fixtures" "fixtures"
], ],
"support": { "support": {
"issues": "https://github.com/fzaninotto/Faker/issues", "issues": "https://github.com/FakerPHP/Faker/issues",
"source": "https://github.com/fzaninotto/Faker/tree/v1.9.2" "source": "https://github.com/FakerPHP/Faker/tree/v1.13.0"
}, },
"abandoned": true, "time": "2020-12-18T16:50:48+00:00"
"time": "2020-12-11T09:56:16+00:00"
}, },
{ {
"name": "hamcrest/hamcrest-php", "name": "hamcrest/hamcrest-php",