This commit is contained in:
Le Libre Au Quotidien 2020-11-01 14:33:06 +01:00
parent 2bcf4e7e11
commit d9e288b81e
3 changed files with 57 additions and 4 deletions

View File

@ -9,6 +9,7 @@
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^7.3", "php": "^7.3",
"extended-bread-form-fields": "^0.2.0@beta",
"fideloper/proxy": "^4.2", "fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^2.0", "fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1", "guzzlehttp/guzzle": "^7.0.1",
@ -65,4 +66,4 @@
"url": "https://larapack.io" "url": "https://larapack.io"
} }
} }
} }

46
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": "23118d2db614daaee63f91cc7a5d422e", "content-hash": "47c8cae998964fb1c83170accb4a625e",
"packages": [ "packages": [
{ {
"name": "arrilot/laravel-widgets", "name": "arrilot/laravel-widgets",
@ -1150,6 +1150,46 @@
"time": "2020-09-26T15:48:38+00:00" "time": "2020-09-26T15:48:38+00:00"
}, },
{ {
"name": "extended-bread-form-fields",
"version": "v0.2-beta",
"source": {
"type": "git",
"url": "https://github.com/bnku/extended-bread-form-fields.git",
"reference": "v0.2-beta"
},
"require": {
"larapack/hooks": "^1.0.5"
},
"type": "library",
"extra": {
"hook": {
"providers": [
"ExtendedBreadFormFields\\ExtendedBreadFormFieldsServiceProvider"
],
"views": [
"resources/vievs"
]
}
},
"autoload": {
"psr-4": {
"ExtendedBreadFormFields\\": "src/"
}
},
"notification-url": "https://larapack.io/downloads",
"license": [
"MIT"
],
"authors": [
{
"name": "bnku",
"email": "bnku@ya.ru"
}
],
"description": "Extended FormFields hook interface to Voyager BREAD",
"time": "2020-10-30T21:10:47+00:00"
},
{
"name": "fideloper/proxy", "name": "fideloper/proxy",
"version": "4.4.0", "version": "4.4.0",
"source": { "source": {
@ -8452,7 +8492,9 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": [], "stability-flags": {
"extended-bread-form-fields": 10
},
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {

View File

@ -1 +1,11 @@
{} {
"last_remote_check": null,
"hooks": {
"extended-bread-form-fields": {
"name": "extended-bread-form-fields",
"description": "Extended FormFields hook interface to Voyager BREAD",
"version": "v0.2-beta",
"enabled": false
}
}
}