From 48f3efac6371baa802f683eb19907d3a558837b7 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Mon, 10 Dec 2018 20:51:23 +0800 Subject: [PATCH] Add luthfi/simple-crud-generator package --- composer.json | 1 + composer.lock | 165 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 165 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f587e08..f2ee5bc 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,7 @@ "beyondcode/laravel-dump-server": "^1.0", "filp/whoops": "^2.0", "fzaninotto/faker": "^1.4", + "luthfi/simple-crud-generator": "^1.2", "mockery/mockery": "^1.0", "nunomaduro/collision": "^2.0", "phpunit/phpunit": "^7.0" diff --git a/composer.lock b/composer.lock index 69245a9..03159e3 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": "66ca7343889332c2b8ecca11c251430c", + "content-hash": "58893b6814ee905f7e5cb069d20c916d", "packages": [ { "name": "dnoegel/php-xdg-base-dir", @@ -2643,6 +2643,112 @@ "time": "2016-01-20T08:20:44+00:00" }, { + "name": "laravel/browser-kit-testing", + "version": "v4.1.0", + "source": { + "type": "git", + "url": "https://github.com/laravel/browser-kit-testing.git", + "reference": "550319e457aadc11c183bd6a1c46d225cf94fbaf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/550319e457aadc11c183bd6a1c46d225cf94fbaf", + "reference": "550319e457aadc11c183bd6a1c46d225cf94fbaf", + "shasum": "" + }, + "require": { + "illuminate/support": "^5.6", + "mockery/mockery": "^1.0", + "php": ">=7.1.3", + "phpunit/phpunit": "^7.0", + "symfony/css-selector": "~4.0", + "symfony/dom-crawler": "~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "psr-4": { + "Laravel\\BrowserKitTesting\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "Provides backwards compatibility for BrowserKit testing in Laravel 5.4.", + "keywords": [ + "laravel", + "testing" + ], + "time": "2018-10-31T17:30:20+00:00" + }, + { + "name": "luthfi/simple-crud-generator", + "version": "1.2.8", + "source": { + "type": "git", + "url": "https://github.com/nafiesl/SimpleCrudGenerator.git", + "reference": "a55fa7bf625a33033ba7f017ebddb192d8e025c5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nafiesl/SimpleCrudGenerator/zipball/a55fa7bf625a33033ba7f017ebddb192d8e025c5", + "reference": "a55fa7bf625a33033ba7f017ebddb192d8e025c5", + "shasum": "" + }, + "require": { + "illuminate/support": "5.5.* || 5.6.* || 5.7.*", + "laravel/browser-kit-testing": "^2.0 || ^4.0", + "php": ">=7.0.0" + }, + "require-dev": { + "orchestra/testbench": "~3.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Luthfi\\CrudGenerator\\ServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Luthfi\\CrudGenerator\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nafies Luthfi", + "email": "nafiesl@gmail.com" + } + ], + "description": "A simple CRUD generator for Laravel 5.5 (and later) with Bootstrap 4.", + "keywords": [ + "artisan-command", + "crud", + "crud-generator", + "laravel-package", + "tdd-workflow", + "testing" + ], + "time": "2018-11-15T09:44:50+00:00" + }, + { "name": "mockery/mockery", "version": "1.2.0", "source": { @@ -4036,6 +4142,63 @@ "time": "2016-10-03T07:35:21+00:00" }, { + "name": "symfony/dom-crawler", + "version": "v4.2.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "7438a32108fdd555295f443605d6de2cce473159" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7438a32108fdd555295f443605d6de2cce473159", + "reference": "7438a32108fdd555295f443605d6de2cce473159", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0" + }, + "require-dev": { + "symfony/css-selector": "~3.4|~4.0" + }, + "suggest": { + "symfony/css-selector": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.2-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DomCrawler Component", + "homepage": "https://symfony.com", + "time": "2018-11-26T10:55:26+00:00" + }, + { "name": "theseer/tokenizer", "version": "1.1.0", "source": {