mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
98 lines
3.6 KiB
JSON
98 lines
3.6 KiB
JSON
{
|
|
"name" : "phraseanet/phraseanet",
|
|
"description" : "Phraseanet",
|
|
"license" : "GPL-3.0",
|
|
"config": {
|
|
"bin-dir" : "bin/"
|
|
},
|
|
"require": {
|
|
"php" : ">=5.3.3",
|
|
"alchemy/oauth2php" : "dev-master",
|
|
"alchemy/phlickr" : "dev-master",
|
|
"badfaith/badfaith" : "dev-master",
|
|
"dailymotion/sdk" : "dev-master",
|
|
"data-uri/data-uri" : "~0.1.0",
|
|
"doctrine/orm" : "~2.3.0",
|
|
"facebook/php-sdk" : "~3.0",
|
|
"gedmo/doctrine-extensions" : "~2.3.0",
|
|
"google-plus/api-client" : "~0.6.1",
|
|
"imagine/imagine" : "dev-ColorSpaces@dev",
|
|
"jms/serializer" : "~0.10",
|
|
"mediavorus/mediavorus" : "~0.3",
|
|
"media-alchemyst/media-alchemyst" : "~0.2, >=0.2.3",
|
|
"monolog/monolog" : "~1.3.0",
|
|
"mrclay/minify" : "dev-master",
|
|
"neutron/silex-imagine-provider" : "dev-master",
|
|
"neutron/silex-badfaith-provider" : "dev-master",
|
|
"neutron/silex-filesystem-provider": "dev-master",
|
|
"neutron/sphinxsearch-api" : "~2.0.6",
|
|
"neutron/recaptcha" : "~0.1.0",
|
|
"php-xpdf/php-xpdf" : "~0.1.1",
|
|
"phpexiftool/phpexiftool" : "~0.2, >=0.2.2",
|
|
"silex/silex" : "~1.0.0",
|
|
"silex/web-profiler" : "~1.0.0",
|
|
"swiftmailer/swiftmailer" : "~4.3.0",
|
|
"symfony/symfony" : "~2.2",
|
|
"tecnick.com/tcpdf" : "dev-master",
|
|
"themattharris/tmhoauth" : "~0.7",
|
|
"twig/twig" : "~1.12",
|
|
"twig/extensions" : "~1.0",
|
|
"zend/gdata" : "~1.12.1"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/data-fixtures" : "dev-master",
|
|
"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"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/romainneutron/Imagine.git"
|
|
},
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://github.com/winmillwill/BadFaith"
|
|
},
|
|
{
|
|
"type": "package",
|
|
"package": {
|
|
"name": "google-plus/api-client",
|
|
"version": "0.6.1",
|
|
"dist": {
|
|
"url": "http://google-api-php-client.googlecode.com/files/google-api-php-client-0.6.1.tar.gz",
|
|
"type": "tar"
|
|
},
|
|
"autoload": {
|
|
"classmap": ["src/"]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://github.com/alchemy-fr/oauth2-php"
|
|
},
|
|
{
|
|
"type" : "git",
|
|
"url" : "https://github.com/alchemy-fr/Phlickr"
|
|
}
|
|
],
|
|
"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"]
|
|
}
|