PHRAS-1805 PHRAS-1268 fix composer dependencies

This commit is contained in:
Moctar
2018-01-12 17:57:31 +01:00
parent 48ebfa0541
commit 2369394c8c
2 changed files with 233 additions and 175 deletions

View File

@@ -6,6 +6,18 @@
"bin-dir": "bin/" "bin-dir": "bin/"
}, },
"repositories": [ "repositories": [
{
"type": "package",
"package": {
"name": "facebook/php-sdk",
"version": "3.2.3",
"source": {
"url": "https://github.com/facebookarchive/facebook-php-sdk.git",
"type": "git",
"reference": "3.2.3"
}
}
},
{ {
"type": "vcs", "type": "vcs",
"url": "https://github.com/alchemy-fr/tcpdf-clone" "url": "https://github.com/alchemy-fr/tcpdf-clone"
@@ -40,7 +52,7 @@
"alchemy/mediavorus": "^0.4.4", "alchemy/mediavorus": "^0.4.4",
"alchemy/oauth2php": "1.0.0", "alchemy/oauth2php": "1.0.0",
"alchemy/phlickr": "0.2.9", "alchemy/phlickr": "0.2.9",
"alchemy/phpexiftool": "^0.5.0", "alchemy/phpexiftool": "^0.7.0",
"alchemy/rest-bundle": "^0.0.5", "alchemy/rest-bundle": "^0.0.5",
"alchemy/symfony-cors": "^0.1.0", "alchemy/symfony-cors": "^0.1.0",
"alchemy/task-manager": "2.0.x-dev@dev", "alchemy/task-manager": "2.0.x-dev@dev",
@@ -55,7 +67,7 @@
"doctrine/migrations": "^1.0.0", "doctrine/migrations": "^1.0.0",
"doctrine/orm": "^2.4.0", "doctrine/orm": "^2.4.0",
"elasticsearch/elasticsearch": "~2.0", "elasticsearch/elasticsearch": "~2.0",
"facebook/php-sdk": "~4.0.1", "facebook/php-sdk": "~3.2.3",
"firebase/php-jwt": "^3.0.0", "firebase/php-jwt": "^3.0.0",
"gedmo/doctrine-extensions": "~2.3.0", "gedmo/doctrine-extensions": "~2.3.0",
"goodby/csv": "^1.3.0", "goodby/csv": "^1.3.0",
@@ -85,7 +97,7 @@
"pagerfanta/pagerfanta": "^1.0", "pagerfanta/pagerfanta": "^1.0",
"php-ffmpeg/php-ffmpeg": "~0.5.0", "php-ffmpeg/php-ffmpeg": "~0.5.0",
"php-xpdf/php-xpdf": "~0.2.1", "php-xpdf/php-xpdf": "~0.2.1",
"phpexiftool/exiftool": "10.07", "phpexiftool/exiftool": "10.10",
"ramsey/uuid": "^3.0", "ramsey/uuid": "^3.0",
"roave/security-advisories": "dev-master", "roave/security-advisories": "dev-master",
"silex/silex": "^1.3.0", "silex/silex": "^1.3.0",
@@ -106,7 +118,8 @@
"willdurand/negotiation": "^2.0.0-alpha1", "willdurand/negotiation": "^2.0.0-alpha1",
"zend/gdata": "~1.12.1", "zend/gdata": "~1.12.1",
"alchemy/worker-bundle": "^0.1.6", "alchemy/worker-bundle": "^0.1.6",
"alchemy/queue-bundle": "^0.1.5" "alchemy/queue-bundle": "^0.1.5",
"google/recaptcha": "^1.1"
}, },
"require-dev": { "require-dev": {
"mikey179/vfsStream": "~1.5", "mikey179/vfsStream": "~1.5",

387
composer.lock generated

File diff suppressed because it is too large Load Diff