From 18aa573a16e7acabfdde2bed77a2df2360fa06dc Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Mon, 26 Feb 2018 20:30:50 -0600 Subject: [PATCH] remove extra libs --- ...017_06_07_014930_create_settings_table.php | 1 - composer.json | 1 - composer.lock | 128 ++---------------- 3 files changed, 11 insertions(+), 119 deletions(-) diff --git a/app/Database/migrations/2017_06_07_014930_create_settings_table.php b/app/Database/migrations/2017_06_07_014930_create_settings_table.php index 982809f0..53697fc6 100644 --- a/app/Database/migrations/2017_06_07_014930_create_settings_table.php +++ b/app/Database/migrations/2017_06_07_014930_create_settings_table.php @@ -2,7 +2,6 @@ use App\Models\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; -use Money\Currencies\CurrencyList; class CreateSettingsTable extends Migration { diff --git a/composer.json b/composer.json index 9237e526..3d5e0659 100755 --- a/composer.json +++ b/composer.json @@ -9,7 +9,6 @@ "require": { "php": ">=7.1", "laravel/framework": "5.6.*", - "php-http/httplug": "1.1.0", "laravelcollective/html": "5.6.x", "prettus/l5-repository": "2.6.x", "spatie/laravel-pjax": "1.3.x", diff --git a/composer.lock b/composer.lock index ab307bcb..27a26c95 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "4d004ed24ecf6bf961fc610d54213848", + "content-hash": "3537cd8fc6b9ca36d3d6f7bb9080a130", "packages": [ { "name": "arrilot/laravel-widgets", @@ -755,16 +755,16 @@ }, { "name": "google/apiclient-services", - "version": "v0.47", + "version": "v0.48", "source": { "type": "git", "url": "https://github.com/google/google-api-php-client-services.git", - "reference": "f4ab0ea8aff4659cf67e3f733b3ab441c30baf5d" + "reference": "e8f3d6c4da47274ff375ee1d62b7a0ba6969d039" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/f4ab0ea8aff4659cf67e3f733b3ab441c30baf5d", - "reference": "f4ab0ea8aff4659cf67e3f733b3ab441c30baf5d", + "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/e8f3d6c4da47274ff375ee1d62b7a0ba6969d039", + "reference": "e8f3d6c4da47274ff375ee1d62b7a0ba6969d039", "shasum": "" }, "require": { @@ -788,7 +788,7 @@ "keywords": [ "google" ], - "time": "2018-02-17T00:23:05+00:00" + "time": "2018-02-25T00:23:11+00:00" }, { "name": "google/auth", @@ -2336,112 +2336,6 @@ ], "time": "2018-02-06T10:55:24+00:00" }, - { - "name": "php-http/httplug", - "version": "v1.1.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/httplug.git", - "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018", - "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018", - "shasum": "" - }, - "require": { - "php": ">=5.4", - "php-http/promise": "^1.0", - "psr/http-message": "^1.0" - }, - "require-dev": { - "henrikbjorn/phpspec-code-coverage": "^1.0", - "phpspec/phpspec": "^2.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Client\\": "src/" - } - }, - "notification-url": "http://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Eric GELOEN", - "email": "geloen.eric@gmail.com" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "HTTPlug, the HTTP client abstraction for PHP", - "homepage": "http://httplug.io", - "keywords": [ - "client", - "http" - ], - "time": "2016-08-31T08:30:17+00:00" - }, - { - "name": "php-http/promise", - "version": "v1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/promise.git", - "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980", - "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980", - "shasum": "" - }, - "require-dev": { - "henrikbjorn/phpspec-code-coverage": "^1.0", - "phpspec/phpspec": "^2.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Promise\\": "src/" - } - }, - "notification-url": "http://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - }, - { - "name": "Joel Wurtz", - "email": "joel.wurtz@gmail.com" - } - ], - "description": "Promise used for asynchronous HTTP requests", - "homepage": "http://httplug.io", - "keywords": [ - "promise" - ], - "time": "2016-01-26T13:27:02+00:00" - }, { "name": "php-units-of-measure/php-units-of-measure", "version": "v2.1.0", @@ -6275,16 +6169,16 @@ }, { "name": "phpunit/phpunit", - "version": "7.0.1", + "version": "7.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "316555dbd0ed4097bbdd17c65ab416bf27a472e9" + "reference": "e2f8aa21bc54b6ba218bdd4f9e0dac1e9bc3b4e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/316555dbd0ed4097bbdd17c65ab416bf27a472e9", - "reference": "316555dbd0ed4097bbdd17c65ab416bf27a472e9", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e2f8aa21bc54b6ba218bdd4f9e0dac1e9bc3b4e9", + "reference": "e2f8aa21bc54b6ba218bdd4f9e0dac1e9bc3b4e9", "shasum": "" }, "require": { @@ -6351,7 +6245,7 @@ "testing", "xunit" ], - "time": "2018-02-13T06:08:08+00:00" + "time": "2018-02-26T07:03:12+00:00" }, { "name": "phpunit/phpunit-mock-objects",