Remove useless dependencies

This commit is contained in:
Benoît Burnichon
2015-03-25 18:12:18 +01:00
parent a1b490bd3f
commit 99d0fb5c90
2 changed files with 75 additions and 591 deletions

View File

@@ -1,106 +1,100 @@
{ {
"name" : "phraseanet/phraseanet", "name": "phraseanet/phraseanet",
"description" : "Phraseanet", "description": "Phraseanet",
"license" : "GPL-3.0", "license": "GPL-3.0",
"config": { "config": {
"bin-dir" : "bin/" "bin-dir": "bin/"
}, },
"repositories": [ "repositories": [
{ {
"type": "vcs", "type": "vcs",
"url": "https://github.com/alchemy-fr/tcpdf-clone" "url": "https://github.com/alchemy-fr/tcpdf-clone"
}, },
{ {
"type": "git", "type": "git",
"url": "https://github.com/romainneutron/ProcessManager.git" "url": "https://github.com/romainneutron/ProcessManager.git"
}, },
{ {
"type": "vcs", "type": "vcs",
"url": "https://github.com/alchemy-fr/imagine" "url": "https://github.com/alchemy-fr/imagine"
}, },
{ {
"type": "vcs", "type": "vcs",
"url": "https://github.com/alchemy-fr/phpexiftool" "url": "https://github.com/alchemy-fr/phpexiftool"
}, },
{ {
"type": "vcs", "type": "vcs",
"url": "https://github.com/alchemy-fr/JMSTranslationBundle" "url": "https://github.com/alchemy-fr/JMSTranslationBundle"
} }
], ],
"require": { "require": {
"php" : ">=5.5", "php": ">=5.5",
"alchemy/oauth2php" : "1.0.0",
"alchemy/phlickr" : "0.2.9", "alchemy-fr/tcpdf-clone": "~6.0",
"alchemy/task-manager" : "2.0.x-dev@dev", "alchemy/geonames-api-consumer": "~0.1.0",
"alchemy/zippy" : "0.2.x-dev@dev", "alchemy/google-plus-api-client": "~0.6.2",
"dailymotion/sdk" : "~1.5", "alchemy/oauth2php": "1.0.0",
"data-uri/data-uri" : "~0.1.0", "alchemy/phlickr": "0.2.9",
"doctrine/orm" : "~2.4.0", "alchemy/task-manager": "2.0.x-dev@dev",
"doctrine/dbal" : "~2.4.0", "alchemy/zippy": "0.2.x-dev@dev",
"elasticsearch/elasticsearch" : "~1.0", "dailymotion/sdk": "~1.5",
"facebook/php-sdk" : "~3.0", "data-uri/data-uri": "~0.1.0",
"gedmo/doctrine-extensions" : "~2.3.0", "dflydev/doctrine-orm-service-provider": "~1.0",
"alchemy/google-plus-api-client" : "~0.6.2", "doctrine/dbal": "~2.4.0",
"alchemy/geonames-api-consumer" : "~0.1.0", "doctrine/migrations": "1.0.x-dev@dev",
"goodby/csv" : "dev-master", "doctrine/orm": "~2.4.0",
"guzzle/guzzle" : "~3.0", "elasticsearch/elasticsearch": "~1.0",
"imagine/imagine" : "dev-alchemy-0.6.2 as 0.6.2", "facebook/php-sdk": "~3.0",
"igorw/get-in" : "~1.0", "gedmo/doctrine-extensions": "~2.3.0",
"ircmaxell/random-lib" : "~1.0", "goodby/csv": "dev-master",
"jms/serializer" : "~0.10", "guzzle/guzzle": "~3.0",
"jms/translation-bundle" : "dev-master as 1.1.0", "hoa/compiler": "2.14.09.23",
"justinrainbow/json-schema" : "~1.3", "igorw/get-in": "~1.0",
"mediavorus/mediavorus" : "~0.4.0", "imagine/imagine": "dev-alchemy-0.6.2 as 0.6.2",
"media-alchemyst/media-alchemyst" : "~0.4", "ircmaxell/random-lib": "~1.0",
"monolog/monolog" : "~1.3", "jms/serializer": "~0.10",
"mrclay/minify" : "~2.1.6", "jms/translation-bundle": "dev-master as 1.1.0",
"neutron/process-manager" : "2.0.x-dev@dev", "justinrainbow/json-schema": "~1.3",
"neutron/silex-imagine-provider" : "~0.1.0", "media-alchemyst/media-alchemyst": "~0.4",
"neutron/silex-filesystem-provider": "~1.0", "mediavorus/mediavorus": "~0.4.0",
"neutron/sphinxsearch-api" : "~2.0.6", "monolog/monolog": "~1.3",
"neutron/recaptcha" : "~0.1.0", "mrclay/minify": "~2.1.6",
"neutron/temporary-filesystem" : "~2.1", "neutron/process-manager": "2.0.x-dev@dev",
"php-ffmpeg/php-ffmpeg" : "~0.5.0", "neutron/recaptcha": "~0.1.0",
"php-xpdf/php-xpdf" : "~0.2.1", "neutron/silex-filesystem-provider": "~1.0",
"phpexiftool/phpexiftool" : "dev-0.4.1-mwg-metadata-copy as 0.4.1", "neutron/silex-imagine-provider": "~0.1.0",
"rhumsaa/uuid" : "~2.7", "neutron/sphinxsearch-api": "~2.0.6",
"silex/silex" : "~1.2", "neutron/temporary-filesystem": "~2.1",
"silex/web-profiler" : "~1.0", "php-ffmpeg/php-ffmpeg": "~0.5.0",
"sorien/silex-dbal-profiler" : "~1.0.0", "php-xpdf/php-xpdf": "~0.2.1",
"swiftmailer/swiftmailer" : "~5.3.0", "phpexiftool/phpexiftool": "dev-0.4.1-mwg-metadata-copy as 0.4.1",
"symfony/symfony" : "~2.4", "rhumsaa/uuid": "~2.7",
"alchemy-fr/tcpdf-clone" : "~6.0", "roave/security-advisories": "dev-master",
"themattharris/tmhoauth" : "~0.7", "silex/silex": "~1.2",
"twig/twig" : "~1.14, >=1.14.2", "silex/web-profiler": "~1.0",
"twig/extensions" : "~1.0", "sorien/silex-dbal-profiler": "~1.0.0",
"vierbergenlars/php-semver" : "~2.1", "swiftmailer/swiftmailer": "~5.3.0",
"zend/gdata" : "~1.12.1", "symfony/symfony": "~2.4",
"doctrine/migrations" : "1.0.x-dev@dev", "themattharris/tmhoauth": "~0.7",
"willdurand/negotiation" : "~1.3", "twig/extensions": "~1.0",
"hoa/compiler": "2.14.09.23", "twig/twig": "~1.14, >=1.14.2",
"dflydev/doctrine-orm-service-provider" : "~1.0", "vierbergenlars/php-semver": "~2.1",
"roave/security-advisories": "dev-master" "willdurand/negotiation": "~1.3",
"zend/gdata": "~1.12.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit" : "~4.5", "hoa/console": "2.14.09.23",
"behat/behat" : "2.5.x-dev@dev", "hoa/dispatcher": "0.14.09.23",
"behat/gherkin" : "2.3.x-dev@dev", "phpunit/phpunit": "~4.5"
"behat/mink" : "~1.4",
"behat/mink-extension" : "~1.0",
"behat/mink-goutte-driver" : "~1.0",
"behat/mink-selenium2-driver" : "~1.0",
"fabpot/goutte" : "~1.0",
"hoa/dispatcher": "0.14.09.23",
"hoa/console": "2.14.09.23"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"" : "lib/classes", "Alchemy\\": "lib",
"Alchemy" : "lib" "": "lib/classes"
} }
}, },
"include-path": ["vendor/zend/gdata/library"], "include-path": ["vendor/zend/gdata/library"],
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.9.x-dev" "dev-master": "3.9.x-dev"
} }

516
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "749053c83bf6d15b9f05191ca73404a9", "hash": "3ecc359e45901eca385f83233299d840",
"packages": [ "packages": [
{ {
"name": "alchemy-fr/tcpdf-clone", "name": "alchemy-fr/tcpdf-clone",
@@ -4402,400 +4402,6 @@
} }
], ],
"packages-dev": [ "packages-dev": [
{
"name": "behat/behat",
"version": "2.5.x-dev",
"source": {
"type": "git",
"url": "https://github.com/Behat/Behat.git",
"reference": "51d9a2fb1c802a681c2717e48b4b8d184595bd18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Behat/zipball/51d9a2fb1c802a681c2717e48b4b8d184595bd18",
"reference": "51d9a2fb1c802a681c2717e48b4b8d184595bd18",
"shasum": ""
},
"require": {
"behat/gherkin": "~2.3.0",
"php": ">=5.3.1",
"symfony/config": "~2.0",
"symfony/console": "~2.0",
"symfony/dependency-injection": "~2.0",
"symfony/event-dispatcher": "~2.0",
"symfony/finder": "~2.0",
"symfony/translation": "~2.0",
"symfony/yaml": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7.19"
},
"suggest": {
"behat/mink-extension": "for integration with Mink testing framework",
"behat/symfony2-extension": "for integration with Symfony2 web framework",
"behat/yii-extension": "for integration with Yii web framework"
},
"bin": [
"bin/behat"
],
"type": "library",
"autoload": {
"psr-0": {
"Behat\\Behat": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Scenario-oriented BDD framework for PHP 5.3",
"homepage": "http://behat.org/",
"keywords": [
"BDD",
"Behat",
"Symfony2"
],
"time": "2015-01-23 22:15:44"
},
{
"name": "behat/gherkin",
"version": "2.3.x-dev",
"source": {
"type": "git",
"url": "https://github.com/Behat/Gherkin.git",
"reference": "c32e15d92e1a2ce399a1a1c5be7afd965176e86c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/c32e15d92e1a2ce399a1a1c5be7afd965176e86c",
"reference": "c32e15d92e1a2ce399a1a1c5be7afd965176e86c",
"shasum": ""
},
"require": {
"php": ">=5.3.1",
"symfony/finder": "~2.0"
},
"require-dev": {
"symfony/config": "~2.0",
"symfony/translation": "~2.0",
"symfony/yaml": "~2.0"
},
"suggest": {
"symfony/config": "If you want to use Config component to manage resources",
"symfony/translation": "If you want to use Symfony2 translations adapter",
"symfony/yaml": "If you want to parse features, represented in YAML files"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "2.2-dev"
}
},
"autoload": {
"psr-0": {
"Behat\\Gherkin": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Gherkin DSL parser for PHP 5.3",
"homepage": "http://behat.org/",
"keywords": [
"BDD",
"Behat",
"DSL",
"Symfony2",
"parser"
],
"time": "2014-06-06 00:48:18"
},
{
"name": "behat/mink",
"version": "v1.6.1",
"source": {
"type": "git",
"url": "https://github.com/minkphp/Mink.git",
"reference": "8b68523a339ec991bcd638b39dc8f04f808da88a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/Mink/zipball/8b68523a339ec991bcd638b39dc8f04f808da88a",
"reference": "8b68523a339ec991bcd638b39dc8f04f808da88a",
"shasum": ""
},
"require": {
"php": ">=5.3.1",
"symfony/css-selector": "~2.0"
},
"suggest": {
"behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
"behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
"behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
"behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
}
},
"autoload": {
"psr-4": {
"Behat\\Mink\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Browser controller/emulator abstraction for PHP",
"homepage": "http://mink.behat.org/",
"keywords": [
"browser",
"testing",
"web"
],
"time": "2015-02-04 17:02:06"
},
{
"name": "behat/mink-browserkit-driver",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
"reference": "aed8f4a596b79014a75254c3e337511c33e38cbd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/aed8f4a596b79014a75254c3e337511c33e38cbd",
"reference": "aed8f4a596b79014a75254c3e337511c33e38cbd",
"shasum": ""
},
"require": {
"behat/mink": "~1.6@dev",
"php": ">=5.3.1",
"symfony/browser-kit": "~2.0",
"symfony/dom-crawler": "~2.0"
},
"require-dev": {
"silex/silex": "~1.2"
},
"type": "mink-driver",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Behat\\Mink\\Driver": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Symfony2 BrowserKit driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [
"Mink",
"Symfony2",
"browser",
"testing"
],
"time": "2014-09-26 11:35:19"
},
{
"name": "behat/mink-extension",
"version": "v1.3.3",
"source": {
"type": "git",
"url": "https://github.com/Behat/MinkExtension.git",
"reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/MinkExtension/zipball/b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
"reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
"shasum": ""
},
"require": {
"behat/behat": "~2.5.0",
"behat/mink": "~1.5",
"php": ">=5.3.2",
"symfony/config": "~2.2"
},
"require-dev": {
"behat/mink-goutte-driver": "~1.0",
"fabpot/goutte": "~1.0"
},
"type": "behat-extension",
"autoload": {
"psr-0": {
"Behat\\MinkExtension": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Mink extension for Behat",
"homepage": "http://mink.behat.org",
"keywords": [
"browser",
"gui",
"test",
"web"
],
"time": "2014-05-15 19:27:39"
},
{
"name": "behat/mink-goutte-driver",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/minkphp/MinkGoutteDriver.git",
"reference": "2bf327b4166694ecaa8ae7f956cb6ae252ecf03e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/2bf327b4166694ecaa8ae7f956cb6ae252ecf03e",
"reference": "2bf327b4166694ecaa8ae7f956cb6ae252ecf03e",
"shasum": ""
},
"require": {
"behat/mink": "~1.6@dev",
"behat/mink-browserkit-driver": "~1.2@dev",
"fabpot/goutte": "~1.0.4|~2.0",
"php": ">=5.3.1"
},
"type": "mink-driver",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Behat\\Mink\\Driver": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Goutte driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [
"browser",
"goutte",
"headless",
"testing"
],
"time": "2014-10-09 09:21:12"
},
{
"name": "behat/mink-selenium2-driver",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/minkphp/MinkSelenium2Driver.git",
"reference": "8018fee80bf6573f909ece3e0dfc07d0eb352210"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/8018fee80bf6573f909ece3e0dfc07d0eb352210",
"reference": "8018fee80bf6573f909ece3e0dfc07d0eb352210",
"shasum": ""
},
"require": {
"behat/mink": "~1.6@dev",
"instaclick/php-webdriver": "~1.1",
"php": ">=5.3.1"
},
"type": "mink-driver",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Behat\\Mink\\Driver": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Pete Otaqui",
"email": "pete@otaqui.com",
"homepage": "https://github.com/pete-otaqui"
}
],
"description": "Selenium2 (WebDriver) driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [
"ajax",
"browser",
"javascript",
"selenium",
"testing",
"webdriver"
],
"time": "2014-09-29 13:12:12"
},
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
"version": "1.0.4", "version": "1.0.4",
@@ -4850,62 +4456,6 @@
], ],
"time": "2014-10-13 12:58:55" "time": "2014-10-13 12:58:55"
}, },
{
"name": "fabpot/goutte",
"version": "v1.0.7",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/Goutte.git",
"reference": "794b196e76bdd37b5155cdecbad311f0a3b07625"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/794b196e76bdd37b5155cdecbad311f0a3b07625",
"reference": "794b196e76bdd37b5155cdecbad311f0a3b07625",
"shasum": ""
},
"require": {
"ext-curl": "*",
"guzzle/http": "~3.1",
"php": ">=5.3.0",
"symfony/browser-kit": "~2.1",
"symfony/css-selector": "~2.1",
"symfony/dom-crawler": "~2.1",
"symfony/finder": "~2.1",
"symfony/process": "~2.1"
},
"require-dev": {
"guzzle/plugin-history": "~3.1",
"guzzle/plugin-mock": "~3.1"
},
"type": "application",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"Goutte": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "A simple PHP Web Scraper",
"homepage": "https://github.com/fabpot/Goutte",
"keywords": [
"scraper"
],
"time": "2014-10-09 15:52:51"
},
{ {
"name": "hoa/console", "name": "hoa/console",
"version": "2.14.09.23", "version": "2.14.09.23",
@@ -5091,64 +4641,6 @@
], ],
"time": "2015-03-25 07:59:29" "time": "2015-03-25 07:59:29"
}, },
{
"name": "instaclick/php-webdriver",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/instaclick/php-webdriver.git",
"reference": "a57b2bcd9467e217134a2248b261b8b3a90ccea0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/a57b2bcd9467e217134a2248b261b8b3a90ccea0",
"reference": "a57b2bcd9467e217134a2248b261b8b3a90ccea0",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3.2"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"psr-0": {
"WebDriver": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Justin Bishop",
"email": "jubishop@gmail.com",
"role": "Developer"
},
{
"name": "Anthon Pang",
"email": "apang@softwaredevelopment.ca",
"role": "Fork Maintainer"
}
],
"description": "PHP WebDriver for Selenium 2",
"homepage": "http://instaclick.com/",
"keywords": [
"browser",
"selenium",
"webdriver",
"webtest"
],
"time": "2014-05-12 21:03:05"
},
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
"version": "2.0.4", "version": "2.0.4",
@@ -6024,15 +5516,13 @@
"stability-flags": { "stability-flags": {
"alchemy/task-manager": 20, "alchemy/task-manager": 20,
"alchemy/zippy": 20, "alchemy/zippy": 20,
"doctrine/migrations": 20,
"goodby/csv": 20, "goodby/csv": 20,
"imagine/imagine": 20, "imagine/imagine": 20,
"jms/translation-bundle": 20, "jms/translation-bundle": 20,
"neutron/process-manager": 20, "neutron/process-manager": 20,
"phpexiftool/phpexiftool": 20, "phpexiftool/phpexiftool": 20,
"doctrine/migrations": 20, "roave/security-advisories": 20
"roave/security-advisories": 20,
"behat/behat": 20,
"behat/gherkin": 20
}, },
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,