diff --git a/Changelog b/Changelog index 5c0bcc465..663d7f3bd 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2019-02-27 DariusIII + * Chg: Remove now unused libraries * Chg: Update used libraries to their latest versions 2019-02-26 DariusIII * Chg: Update config files for laravel 5.8 changes diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index baec82066..1f14fa6fa 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -24,9 +24,6 @@ class AppServiceProvider extends ServiceProvider */ public function register() { - if ($this->app->environment() !== 'production') { - $this->app->register(\Way\Generators\GeneratorsServiceProvider::class); - $this->app->register(\Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider::class); - } + // } } diff --git a/composer.json b/composer.json index d71f20d6c..1aeaff8da 100755 --- a/composer.json +++ b/composer.json @@ -159,10 +159,8 @@ "moontoast/math": "^1.1", "nunomaduro/collision": "^2.0", "nunomaduro/larastan": "^0.3.4", - "orangehill/iseed": "^2.5", "php-coveralls/php-coveralls": "^2.0", - "phpunit/phpunit": "^7.0", - "xethron/migrations-generator": "^2.0" + "phpunit/phpunit": "^7.0" }, "scripts": { diff --git a/composer.lock b/composer.lock index e1e54d2fc..d0e493786 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": "2bb038c6329ef149ab0a4d7f30b2371e", + "content-hash": "930db12b05d4936a2d541a75790772bb", "packages": [ { "name": "aharen/omdbapi", @@ -10165,65 +10165,6 @@ "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", "time": "2019-02-21T12:16:21+00:00" }, - { - "name": "orangehill/iseed", - "version": "v2.6.1", - "source": { - "type": "git", - "url": "https://github.com/orangehill/iseed.git", - "reference": "360ba1314e1dc950438bbb8006fc220de47dca00" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/orangehill/iseed/zipball/360ba1314e1dc950438bbb8006fc220de47dca00", - "reference": "360ba1314e1dc950438bbb8006fc220de47dca00", - "shasum": "" - }, - "require": { - "illuminate/support": "^5.3.8", - "php": ">=5.4.0" - }, - "require-dev": { - "illuminate/filesystem": "5.x", - "laravel/framework": "^5.3.8", - "mockery/mockery": "dev-master", - "phpunit/phpunit": "^5.7" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Orangehill\\Iseed\\IseedServiceProvider" - ] - } - }, - "autoload": { - "psr-0": { - "Orangehill\\Iseed": "src/" - }, - "classmap": [ - "src/Orangehill/Iseed/Exceptions.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Tihomir Opacic", - "email": "tihomir.opacic@orangehilldev.com" - } - ], - "description": "Generate a new Laravel database seed file based on data from the existing database table.", - "keywords": [ - "artisan", - "generators", - "laravel", - "seed" - ], - "time": "2018-12-07T08:06:29+00:00" - }, { "name": "orchestra/testbench", "version": "v3.7.6", @@ -12106,112 +12047,6 @@ "validate" ], "time": "2018-12-25T11:19:39+00:00" - }, - { - "name": "xethron/laravel-4-generators", - "version": "3.1.1", - "source": { - "type": "git", - "url": "https://github.com/Xethron/Laravel-4-Generators.git", - "reference": "526f0a07d8ae44e365a20b1bf64c9956acd2a859" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Xethron/Laravel-4-Generators/zipball/526f0a07d8ae44e365a20b1bf64c9956acd2a859", - "reference": "526f0a07d8ae44e365a20b1bf64c9956acd2a859", - "shasum": "" - }, - "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/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jeffrey Way", - "email": "jeffrey@jeffrey-way.com" - } - ], - "description": "Rapidly generate resources, migrations, models, and much more.", - "time": "2017-02-23T11:20:49+00:00" - }, - { - "name": "xethron/migrations-generator", - "version": "v2.0.2", - "source": { - "type": "git", - "url": "https://github.com/Xethron/migrations-generator.git", - "reference": "a05bd7319ed808fcc3125212e37d30ccbe0d2b8b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Xethron/migrations-generator/zipball/a05bd7319ed808fcc3125212e37d30ccbe0d2b8b", - "reference": "a05bd7319ed808fcc3125212e37d30ccbe0d2b8b", - "shasum": "" - }, - "require": { - "doctrine/dbal": "~2.4", - "illuminate/support": ">=4.1", - "php": ">=5.4.0", - "xethron/laravel-4-generators": "~3.1.0" - }, - "require-dev": { - "illuminate/cache": ">=4.1.0", - "illuminate/console": ">=4.1.0", - "mockery/mockery": ">=0.9.0", - "phpunit/phpunit": ">=4.0.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Way\\Generators\\GeneratorsServiceProvider", - "Xethron\\MigrationsGenerator\\MigrationsGeneratorServiceProvider" - ] - } - }, - "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": "2017-09-19T17:31:57+00:00" } ], "aliases": [ diff --git a/config/app.php b/config/app.php index 84a4e4732..8cddb5745 100644 --- a/config/app.php +++ b/config/app.php @@ -164,9 +164,6 @@ return [ App\Providers\TelescopeServiceProvider::class, Jrean\UserVerification\UserVerificationServiceProvider::class, App\Providers\RouteServiceProvider::class, - Way\Generators\GeneratorsServiceProvider::class, - Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider::class, - Orangehill\Iseed\IseedServiceProvider::class, Messerli90\IGDB\IGDBServiceProvider::class, App\Providers\UserServiceProvider::class,