From ef13d72276016b2e3df3331c8a94cfed82bf8b20 Mon Sep 17 00:00:00 2001 From: Leonardo Vilarinho Date: Mon, 27 Nov 2017 15:28:16 +0000 Subject: [PATCH] remove dependencies unused --- composer.json | 6 +- composer.lock | 234 ++++++++------------------------------------------ 2 files changed, 40 insertions(+), 200 deletions(-) diff --git a/composer.json b/composer.json index a5b3067..23bf586 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "framework", "license": "GPL-3.0", "minimum-stability": "stable", - "version": "1.0.9", + "version": "1.0.10", "authors": [ { "name": "Leonardo Vilarinho", @@ -35,9 +35,7 @@ "symfony/yaml": "^3.3", "symfony/process": "^3.3", "symfony/console": "^3.3", - "symfony/filesystem": "^3.3", - "carrlabs/git-wrapper": "dev-master", - "cpliakas/git-wrapper": "^1.7" + "symfony/filesystem": "^3.3" }, "require-dev": { "phpunit/phpunit": "^6.2", diff --git a/composer.lock b/composer.lock index 09af255..d90d202 100644 --- a/composer.lock +++ b/composer.lock @@ -4,101 +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" ], - "content-hash": "d4b1cda2ec26de0f33865b48cffca1e3", + "content-hash": "d3c363df3d1c8dad8adde47b5e7dc9e6", "packages": [ - { - "name": "carrlabs/git-wrapper", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/CarrLabs/git-wrapper.git", - "reference": "010d75571d84636ad4be0b88e26135f014e78180" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/CarrLabs/git-wrapper/zipball/010d75571d84636ad4be0b88e26135f014e78180", - "reference": "010d75571d84636ad4be0b88e26135f014e78180", - "shasum": "" - }, - "type": "library", - "autoload": { - "psr-0": { - "CarrLabs\\GitWrapper\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Brent Goldthwaite", - "email": "brent@carr-labs.com" - } - ], - "description": "A wrapper for the git command line executable, based on YiiGit (https://github.com/phpnode/YiiGit). Allows access to all git commands via a simple object oriented interface.", - "homepage": "https://github.com/CarrLabs/git-wrapper", - "keywords": [ - "git", - "vcs" - ], - "time": "2013-10-03T04:16:07+00:00" - }, - { - "name": "cpliakas/git-wrapper", - "version": "1.7.0", - "source": { - "type": "git", - "url": "https://github.com/cpliakas/git-wrapper.git", - "reference": "1a2f1131ec9ebe04a0b729b141396fa55f992d44" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/cpliakas/git-wrapper/zipball/1a2f1131ec9ebe04a0b729b141396fa55f992d44", - "reference": "1a2f1131ec9ebe04a0b729b141396fa55f992d44", - "shasum": "" - }, - "require": { - "php": ">=5.3.0", - "symfony/event-dispatcher": "~2.3|~3.0", - "symfony/process": "~2.3|~3.0" - }, - "require-dev": { - "pdepend/pdepend": "~1.0", - "phploc/phploc": "~2.0", - "phpmd/phpmd": "~1.0", - "phpunit/phpunit": "~3.0", - "psr/log": "~1.0", - "scrutinizer/ocular": "~1.0", - "sebastian/phpcpd": "~2.0", - "symfony/filesystem": "~2.0" - }, - "suggest": { - "monolog/monolog": "Enables logging of executed git commands" - }, - "type": "library", - "autoload": { - "psr-0": { - "GitWrapper": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Chris Pliakas", - "email": "opensource@chrispliakas.com" - } - ], - "description": "A PHP wrapper around the Git command line utility.", - "homepage": "https://github.com/cpliakas/git-wrapper", - "keywords": [ - "git" - ], - "time": "2016-04-19T16:12:33+00:00" - }, { "name": "justinrainbow/json-schema", "version": "1.6.1", @@ -263,16 +170,16 @@ }, { "name": "symfony/console", - "version": "v3.3.11", + "version": "v3.3.13", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "fd684d68f83568d8293564b4971928a2c4bdfc5c" + "reference": "63cd7960a0a522c3537f6326706d7f3b8de65805" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/fd684d68f83568d8293564b4971928a2c4bdfc5c", - "reference": "fd684d68f83568d8293564b4971928a2c4bdfc5c", + "url": "https://api.github.com/repos/symfony/console/zipball/63cd7960a0a522c3537f6326706d7f3b8de65805", + "reference": "63cd7960a0a522c3537f6326706d7f3b8de65805", "shasum": "" }, "require": { @@ -327,11 +234,11 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2017-11-07T14:16:22+00:00" + "time": "2017-11-16T15:24:32+00:00" }, { "name": "symfony/debug", - "version": "v3.3.11", + "version": "v3.3.13", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", @@ -385,72 +292,9 @@ "homepage": "https://symfony.com", "time": "2017-11-10T16:38:39+00:00" }, - { - "name": "symfony/event-dispatcher", - "version": "v3.3.11", - "source": { - "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "271d8c27c3ec5ecee6e2ac06016232e249d638d9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/271d8c27c3ec5ecee6e2ac06016232e249d638d9", - "reference": "271d8c27c3ec5ecee6e2ac06016232e249d638d9", - "shasum": "" - }, - "require": { - "php": "^5.5.9|>=7.0.8" - }, - "conflict": { - "symfony/dependency-injection": "<3.3" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~2.8|~3.0", - "symfony/dependency-injection": "~3.3", - "symfony/expression-language": "~2.8|~3.0", - "symfony/stopwatch": "~2.8|~3.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.3-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" - }, - "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 EventDispatcher Component", - "homepage": "https://symfony.com", - "time": "2017-11-05T15:47:03+00:00" - }, { "name": "symfony/filesystem", - "version": "v3.3.11", + "version": "v3.3.13", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", @@ -499,7 +343,7 @@ }, { "name": "symfony/finder", - "version": "v3.3.11", + "version": "v3.3.13", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", @@ -607,16 +451,16 @@ }, { "name": "symfony/process", - "version": "v3.3.11", + "version": "v3.3.13", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "e14bb64d7559e6923fb13ee3b3d8fa763a2c0930" + "reference": "a56a3989fb762d7b19a0cf8e7693ee99a6ffb78d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/e14bb64d7559e6923fb13ee3b3d8fa763a2c0930", - "reference": "e14bb64d7559e6923fb13ee3b3d8fa763a2c0930", + "url": "https://api.github.com/repos/symfony/process/zipball/a56a3989fb762d7b19a0cf8e7693ee99a6ffb78d", + "reference": "a56a3989fb762d7b19a0cf8e7693ee99a6ffb78d", "shasum": "" }, "require": { @@ -652,11 +496,11 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2017-11-05T15:47:03+00:00" + "time": "2017-11-13T15:31:11+00:00" }, { "name": "symfony/yaml", - "version": "v3.3.11", + "version": "v3.3.13", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", @@ -1205,16 +1049,16 @@ }, { "name": "phpspec/prophecy", - "version": "v1.7.2", + "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6" + "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", - "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", + "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", "shasum": "" }, "require": { @@ -1226,7 +1070,7 @@ }, "require-dev": { "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8 || ^5.6.5" + "phpunit/phpunit": "^4.8.35 || ^5.7" }, "type": "library", "extra": { @@ -1264,20 +1108,20 @@ "spy", "stub" ], - "time": "2017-09-04T11:05:03+00:00" + "time": "2017-11-24T13:59:53+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "5.2.3", + "version": "5.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "8e1d2397d8adf59a3f12b2878a3aaa66d1ab189d" + "reference": "033ec97498cf530cc1be4199264cad568b19be26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8e1d2397d8adf59a3f12b2878a3aaa66d1ab189d", - "reference": "8e1d2397d8adf59a3f12b2878a3aaa66d1ab189d", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/033ec97498cf530cc1be4199264cad568b19be26", + "reference": "033ec97498cf530cc1be4199264cad568b19be26", "shasum": "" }, "require": { @@ -1286,7 +1130,7 @@ "php": "^7.0", "phpunit/php-file-iterator": "^1.4.2", "phpunit/php-text-template": "^1.2.1", - "phpunit/php-token-stream": "^2.0", + "phpunit/php-token-stream": "^2.0.1", "sebastian/code-unit-reverse-lookup": "^1.0.1", "sebastian/environment": "^3.0", "sebastian/version": "^2.0.1", @@ -1328,20 +1172,20 @@ "testing", "xunit" ], - "time": "2017-11-03T13:47:33+00:00" + "time": "2017-11-27T09:00:30+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "1.4.2", + "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", - "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", + "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", "shasum": "" }, "require": { @@ -1375,7 +1219,7 @@ "filesystem", "iterator" ], - "time": "2016-10-03T07:40:28+00:00" + "time": "2017-11-27T13:52:08+00:00" }, { "name": "phpunit/php-text-template", @@ -1469,16 +1313,16 @@ }, { "name": "phpunit/php-token-stream", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0" + "reference": "791198a2c6254db10131eecfe8c06670700904db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0", - "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", + "reference": "791198a2c6254db10131eecfe8c06670700904db", "shasum": "" }, "require": { @@ -1514,7 +1358,7 @@ "keywords": [ "tokenizer" ], - "time": "2017-08-20T05:47:52+00:00" + "time": "2017-11-27T05:48:46+00:00" }, { "name": "phpunit/phpunit", @@ -2312,9 +2156,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "carrlabs/git-wrapper": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [],