Files
Phraseanet/composer.json
2014-06-10 16:19:19 +02:00

95 lines
3.7 KiB
JSON

{
"name" : "phraseanet/phraseanet",
"description" : "Phraseanet",
"license" : "GPL-3.0",
"config": {
"bin-dir" : "bin/"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/alchemy-fr/tcpdf-clone"
},
{
"type": "vcs",
"url": "https://github.com/nlegoff/PHP-FFmpeg"
},
{
"type": "vcs",
"url": "https://github.com/nlegoff/Mediavorus"
},
{
"type": "vcs",
"url": "https://github.com/nlegoff/Media-Alchemyst"
}
],
"minimum-stability" : "dev",
"require": {
"php" : ">=5.3.3",
"alchemy/oauth2php" : "1.0.0",
"alchemy/phlickr" : "0.2.7",
"dailymotion/sdk" : "~1.5",
"data-uri/data-uri" : "~0.1.0",
"doctrine/orm" : "~2.3.0",
"facebook/php-sdk" : "~3.0",
"gedmo/doctrine-extensions" : "~2.3.0",
"alchemy/google-plus-api-client" : "~0.6.2",
"alchemy/geonames-api-consumer" : "~0.1.0",
"goodby/csv" : "~1.0",
"guzzle/guzzle" : "~3.0",
"imagine/imagine" : "0.6.x-dev@dev",
"jms/serializer" : "~0.10",
"justinrainbow/json-schema" : "~1.3",
"mediavorus/mediavorus" : "dev-fix-video-dim as 0.4.3",
"media-alchemyst/media-alchemyst" : "0.4.x@dev",
"monolog/monolog" : "~1.3",
"mrclay/minify" : "~2.1.6",
"neutron/silex-imagine-provider" : "~0.1.0",
"neutron/silex-filesystem-provider": "~1.0",
"neutron/sphinxsearch-api" : "~2.0.6",
"neutron/recaptcha" : "~0.1.0",
"neutron/temporary-filesystem" : "~2.1",
"php-ffmpeg/php-ffmpeg" : "dev-fix-aspect-ratio as 0.4.4",
"php-xpdf/php-xpdf" : "~0.2.1",
"phpexiftool/phpexiftool" : "~0.3",
"silex/silex" : "~1.0.0",
"silex/web-profiler" : "~1.0.0",
"swiftmailer/swiftmailer" : "~4.3.0",
"symfony/symfony" : "~2.3.7",
"alchemy-fr/tcpdf-clone" : "~6.0",
"themattharris/tmhoauth" : "~0.7",
"twig/twig" : "~1.14, >=1.14.2",
"twig/extensions" : "~1.0",
"vierbergenlars/php-semver" : "~2.1",
"zend/gdata" : "~1.12.1"
},
"require-dev": {
"doctrine/data-fixtures" : "1.0.x@dev",
"phpunit/phpunit" : "~3.7",
"behat/behat" : "~2.4",
"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"
},
"autoload": {
"psr-0": {
"" : "lib/classes",
"Alchemy" : "lib",
"Doctrine" : "lib",
"Entities" : "lib/Doctrine",
"Types" : "lib/Doctrine",
"Repositories" : "lib/Doctrine",
"Proxies" : "lib/Doctrine",
"PhraseaFixture" : "lib/conf.d"
}
},
"include-path": ["vendor/zend/gdata/library"],
"extra": {
"branch-alias": {
"dev-master": "3.8-dev"
}
}
}