添加生成器
This commit is contained in:
parent
bd4990974a
commit
f38cd8a3c5
|
@ -20,7 +20,8 @@
|
|||
"filp/whoops": "~2.0",
|
||||
"fzaninotto/faker": "~1.4",
|
||||
"mockery/mockery": "~1.0",
|
||||
"phpunit/phpunit": "~6.0"
|
||||
"phpunit/phpunit": "~6.0",
|
||||
"summerblue/generator": "~0.5"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
|
59
composer.lock
generated
59
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "30c482e9d01b8a7536eab6f658b9ce1c",
|
||||
"content-hash": "b9cc871ccce62e9980f1fe5316207e6e",
|
||||
"packages": [
|
||||
{
|
||||
"name": "caouecs/laravel-lang",
|
||||
|
@ -4162,6 +4162,63 @@
|
|||
"homepage": "https://github.com/sebastianbergmann/version",
|
||||
"time": "2016-10-03T07:35:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "summerblue/generator",
|
||||
"version": "0.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/summerblue/generator.git",
|
||||
"reference": "8f1ddaf48bb7c2e328dec618c84f49ecbdb0ba29"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/summerblue/generator/zipball/8f1ddaf48bb7c2e328dec618c84f49ecbdb0ba29",
|
||||
"reference": "8f1ddaf48bb7c2e328dec618c84f49ecbdb0ba29",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/laravel": "5.5.*",
|
||||
"phpunit/phpunit": "~5.7"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Summerblue\\Generator\\GeneratorsServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Summerblue\\Generator\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Fernando Brito",
|
||||
"email": "fernandobritofl@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Summer",
|
||||
"email": "summer@yousails.com"
|
||||
}
|
||||
],
|
||||
"description": "Extend Laravel 5.5's generators scaffold.",
|
||||
"keywords": [
|
||||
"generators",
|
||||
"laravel",
|
||||
"laravel5",
|
||||
"scaffold"
|
||||
],
|
||||
"time": "2017-11-09T06:53:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "theseer/tokenizer",
|
||||
"version": "1.1.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user