mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-08 12:07:42 +08:00
fix #463
This commit is contained in:
parent
fb35d58a65
commit
7086098536
@ -34,7 +34,7 @@
|
||||
"symfony/process": "^5.0",
|
||||
"symfony/yaml": "^5.0",
|
||||
"twig/twig": "^2.11",
|
||||
"vectorface/whip": "^0.3.2"
|
||||
"vectorface/whip": "^0.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"barryvdh/laravel-debugbar": "^3.5",
|
||||
|
23
composer.lock
generated
23
composer.lock
generated
@ -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": "97544bfa076733e40359df3456e732f0",
|
||||
"content-hash": "9590ad1048bdd5151d4b38c03302af4d",
|
||||
"packages": [
|
||||
{
|
||||
"name": "blessing/filter",
|
||||
@ -8323,33 +8323,32 @@
|
||||
},
|
||||
{
|
||||
"name": "vectorface/whip",
|
||||
"version": "v0.3.2",
|
||||
"version": "v0.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Vectorface/whip.git",
|
||||
"reference": "c3cdf71f532c83c3ab512cfa57130dad36fdbc83"
|
||||
"reference": "daa06bad325cff3fca5b870a5f167173ac88f4ad"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Vectorface/whip/zipball/c3cdf71f532c83c3ab512cfa57130dad36fdbc83",
|
||||
"reference": "c3cdf71f532c83c3ab512cfa57130dad36fdbc83",
|
||||
"url": "https://api.github.com/repos/Vectorface/whip/zipball/daa06bad325cff3fca5b870a5f167173ac88f4ad",
|
||||
"reference": "daa06bad325cff3fca5b870a5f167173ac88f4ad",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
"php": ">=5.6.0",
|
||||
"psr/http-message": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"psr/http-message": "~1.0",
|
||||
"codeclimate/php-test-reporter": "dev-master",
|
||||
"phpunit/phpunit": "^4.8",
|
||||
"squizlabs/php_codesniffer": "~2.0",
|
||||
"vectorface/dunit": "~2.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"VectorFace\\Whip\\": "./src",
|
||||
"Vectorface\\Whip\\": "./src",
|
||||
"Vectorface\\WhipTests\\": "./tests"
|
||||
"Vectorface\\Whip\\": "./src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@ -8379,7 +8378,7 @@
|
||||
"issues": "https://github.com/Vectorface/whip/issues",
|
||||
"source": "https://github.com/Vectorface/whip"
|
||||
},
|
||||
"time": "2017-10-30T14:05:31+00:00"
|
||||
"time": "2020-08-25T13:45:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "vlucas/phpdotenv",
|
||||
|
Loading…
Reference in New Issue
Block a user