diff --git a/composer.json b/composer.json index 537818f1..e1a15e3c 100644 --- a/composer.json +++ b/composer.json @@ -26,9 +26,7 @@ "mockery/mockery": "0.9.*", "phpunit/phpunit": "~4.1", "phpspec/phpspec": "~2.1", - "filp/whoops": "^2.1", - "xethron/migrations-generator": "dev-l5", - "way/generators": "dev-feature/laravel-five-stable" + "filp/whoops": "^2.1" }, "autoload": { "classmap": [ @@ -66,11 +64,5 @@ }, "config": { "preferred-install": "dist" - }, - "repositories": { - "repo-name": { - "type": "git", - "url": "git@github.com:jamisonvalenta/Laravel-4-Generators.git" - } } } diff --git a/composer.lock b/composer.lock index c74a19e0..d98acbbd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "b401338d1c7943ac8dbea5395885eabc", - "content-hash": "aefb9e5af351f1d1c22800a080a90084", + "hash": "070553e4e21387213808a4cb779e5f16", + "content-hash": "98c97b7ca37abf031e353edaf4ac2ae3", "packages": [ { "name": "barryvdh/laravel-debugbar", @@ -5249,45 +5249,6 @@ "homepage": "https://symfony.com", "time": "2016-06-14 11:18:07" }, - { - "name": "way/generators", - "version": "dev-feature/laravel-five-stable", - "source": { - "type": "git", - "url": "git@github.com:jamisonvalenta/Laravel-4-Generators.git", - "reference": "a358bb44f517e2b3c1fd4f848f2646857c75b3a4" - }, - "require": { - "illuminate/support": "~5.0", - "php": ">=5.4.0" - }, - "require-dev": { - "behat/behat": "~2.5.1", - "behat/mink": "~1.5.0", - "behat/mink-extension": "~1.2.0", - "behat/mink-goutte-driver": "~1.0.9", - "behat/mink-selenium2-driver": "~1.1.1", - "phpspec/phpspec": "~2.0", - "phpunit/phpunit": "~3.7" - }, - "type": "library", - "autoload": { - "psr-0": { - "Way\\Generators": "src/" - } - }, - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jeffrey Way", - "email": "jeffrey@jeffrey-way.com" - } - ], - "description": "Rapidly generate resources, migrations, models, and much more.", - "time": "2015-02-17 06:26:25" - }, { "name": "webmozart/assert", "version": "1.0.2", @@ -5336,66 +5297,11 @@ "validate" ], "time": "2015-08-24 13:29:44" - }, - { - "name": "xethron/migrations-generator", - "version": "dev-l5", - "source": { - "type": "git", - "url": "https://github.com/Xethron/migrations-generator.git", - "reference": "e5e86efb5731e6859ea0d96a806159f9f2c26ce1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Xethron/migrations-generator/zipball/e5e86efb5731e6859ea0d96a806159f9f2c26ce1", - "reference": "e5e86efb5731e6859ea0d96a806159f9f2c26ce1", - "shasum": "" - }, - "require": { - "doctrine/dbal": "~2.4", - "illuminate/support": ">=4.1", - "php": ">=5.4.0", - "way/generators": "dev-feature/laravel-five-stable" - }, - "require-dev": { - "illuminate/cache": ">=4.1.0", - "illuminate/console": ">=4.1.0", - "mockery/mockery": ">=0.9.0", - "phpunit/phpunit": ">=4.0.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "Xethron\\MigrationsGenerator": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Breytenbach", - "email": "bernhard@coffeecode.co.za" - } - ], - "description": "Generates Laravel Migrations from an existing database", - "keywords": [ - "artisan", - "generator", - "laravel", - "migration", - "migrations" - ], - "time": "2015-02-23 05:43:08" } ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "xethron/migrations-generator": 20, - "way/generators": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { diff --git a/config/app.php b/config/app.php index 45283cc7..82e265a9 100644 --- a/config/app.php +++ b/config/app.php @@ -151,8 +151,6 @@ return [ Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class, Cviebrock\LaravelElasticsearch\ServiceProvider::class, GrahamCampbell\Exceptions\ExceptionsServiceProvider::class, - Way\Generators\GeneratorsServiceProvider::class, - Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider::class, ],