diff --git a/composer.json b/composer.json index 2f455b6f3..6e2c90f4a 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,8 @@ "laravel/ui": "^1.0", "mockery/mockery": "^1.0", "nunomaduro/collision": "^3.0", - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^8.0", + "summerblue/generator": "6.*" }, "config": { "optimize-autoloader": true, diff --git a/composer.lock b/composer.lock index f5d14a305..b3716b600 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "24d3fa431ad885bd9956d291d273edf1", + "content-hash": "1d68aa499a22a500d7eaad6844d01c64", "packages": [ { "name": "caouecs/laravel-lang", @@ -5768,6 +5768,69 @@ "homepage": "https://github.com/sebastianbergmann/version", "time": "2016-10-03T07:35:21+00:00" }, + { + "name": "summerblue/generator", + "version": "6.0", + "source": { + "type": "git", + "url": "https://github.com/summerblue/generator.git", + "reference": "7ccb6148c20017338db529020551c0f7bcb7244e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/summerblue/generator/zipball/7ccb6148c20017338db529020551c0f7bcb7244e", + "reference": "7ccb6148c20017338db529020551c0f7bcb7244e", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "php": ">=7.0.0" + }, + "require-dev": { + "laravel/laravel": "6.*", + "phpunit/phpunit": "^8.0" + }, + "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's generators scaffold.", + "keywords": [ + "generators", + "laravel", + "laravel5", + "scaffold" + ], + "time": "2019-09-19T22:50:51+00:00" + }, { "name": "theseer/tokenizer", "version": "1.1.3",