SAAS-516: Replace Zend_Service_Amazon_S3 with AWS SDK for PHP
This commit is contained in:
parent
ec189fc27a
commit
644e6b00d8
4 changed files with 84 additions and 74 deletions
81
composer.lock
generated
81
composer.lock
generated
|
@ -4,32 +4,32 @@
|
|||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "5776cc789514d71faac7021474c96d58",
|
||||
"hash": "311983cf9bb84cfacbfcc6c5dfc9e841",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "dev-master",
|
||||
"version": "2.7.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "c540fa2c66daf91383a2cd7fc044765f2da2aa52"
|
||||
"reference": "f39354df58eec97f0ef22ccf3caf753607a47dca"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/c540fa2c66daf91383a2cd7fc044765f2da2aa52",
|
||||
"reference": "c540fa2c66daf91383a2cd7fc044765f2da2aa52",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f39354df58eec97f0ef22ccf3caf753607a47dca",
|
||||
"reference": "f39354df58eec97f0ef22ccf3caf753607a47dca",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"guzzle/guzzle": ">=3.7,<4",
|
||||
"guzzle/guzzle": "~3.7",
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/cache": "~1.0",
|
||||
"ext-openssl": "*",
|
||||
"monolog/monolog": "1.4.*",
|
||||
"phpunit/phpunit": "4.*",
|
||||
"symfony/yaml": "2.*"
|
||||
"monolog/monolog": "~1.4",
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"symfony/yaml": "~2.1"
|
||||
},
|
||||
"suggest": {
|
||||
"doctrine/cache": "Adds support for caching of credentials and responses",
|
||||
|
@ -41,7 +41,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.7.x-dev"
|
||||
"dev-master": "2.7-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -71,7 +71,7 @@
|
|||
"s3",
|
||||
"sdk"
|
||||
],
|
||||
"time": "2014-10-08 19:18:30"
|
||||
"time": "2014-12-08 21:56:46"
|
||||
},
|
||||
{
|
||||
"name": "guzzle/guzzle",
|
||||
|
@ -167,24 +167,38 @@
|
|||
},
|
||||
{
|
||||
"name": "phing/phing",
|
||||
"version": "2.8.2",
|
||||
"version": "2.9.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phingofficial/phing.git",
|
||||
"reference": "345e8716122cf6c6b59c4894701d8b736f27fca9"
|
||||
"reference": "393edeffa8a85d43636ce0c9b4deb1ff9ac60a5c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phingofficial/phing/zipball/345e8716122cf6c6b59c4894701d8b736f27fca9",
|
||||
"reference": "345e8716122cf6c6b59c4894701d8b736f27fca9",
|
||||
"url": "https://api.github.com/repos/phingofficial/phing/zipball/393edeffa8a85d43636ce0c9b4deb1ff9ac60a5c",
|
||||
"reference": "393edeffa8a85d43636ce0c9b4deb1ff9ac60a5c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-pdo_sqlite": "*",
|
||||
"lastcraft/simpletest": "@dev",
|
||||
"pdepend/pdepend": "1.x",
|
||||
"pear-pear.php.net/http_request2": "2.2.x",
|
||||
"pear-pear.php.net/net_growl": "2.7.x",
|
||||
"pear-pear.php.net/pear_packagefilemanager": "1.7.x",
|
||||
"pear-pear.php.net/pear_packagefilemanager2": "1.0.x",
|
||||
"pear-pear.php.net/xml_serializer": "0.20.x",
|
||||
"pear/pear_exception": "@dev",
|
||||
"pear/versioncontrol_git": "@dev",
|
||||
"pear/versioncontrol_svn": "@dev",
|
||||
"phpdocumentor/phpdocumentor": "2.x",
|
||||
"phpunit/phpunit": ">=3.7"
|
||||
"phploc/phploc": "2.x",
|
||||
"phpunit/phpunit": ">=3.7",
|
||||
"sebastian/phpcpd": "2.x",
|
||||
"squizlabs/php_codesniffer": "1.5.x"
|
||||
},
|
||||
"suggest": {
|
||||
"pdepend/pdepend": "PHP version of JDepend",
|
||||
|
@ -203,6 +217,11 @@
|
|||
"bin/phing"
|
||||
],
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.9.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"classes/phing/"
|
||||
|
@ -216,14 +235,13 @@
|
|||
"LGPL-3.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Michiel Rook",
|
||||
"email": "mrook@php.net",
|
||||
"role": "Lead"
|
||||
},
|
||||
{
|
||||
"name": "Phing Community",
|
||||
"homepage": "http://www.phing.info/trac/wiki/Development/Contributors"
|
||||
},
|
||||
{
|
||||
"name": "Michiel Rook",
|
||||
"email": "mrook@php.net"
|
||||
}
|
||||
],
|
||||
"description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
|
||||
|
@ -234,7 +252,7 @@
|
|||
"task",
|
||||
"tool"
|
||||
],
|
||||
"time": "2014-07-18 10:23:54"
|
||||
"time": "2014-12-03 09:18:46"
|
||||
},
|
||||
{
|
||||
"name": "propel/propel1",
|
||||
|
@ -301,17 +319,17 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v2.5.5",
|
||||
"version": "v2.6.1",
|
||||
"target-dir": "Symfony/Component/EventDispatcher",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/EventDispatcher.git",
|
||||
"reference": "f6281337bf5f985f585d1db6a83adb05ce531f46"
|
||||
"reference": "720fe9bca893df7ad1b4546649473b5afddf0216"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/f6281337bf5f985f585d1db6a83adb05ce531f46",
|
||||
"reference": "f6281337bf5f985f585d1db6a83adb05ce531f46",
|
||||
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/720fe9bca893df7ad1b4546649473b5afddf0216",
|
||||
"reference": "720fe9bca893df7ad1b4546649473b5afddf0216",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -320,7 +338,8 @@
|
|||
"require-dev": {
|
||||
"psr/log": "~1.0",
|
||||
"symfony/config": "~2.0",
|
||||
"symfony/dependency-injection": "~2.0,<2.6.0",
|
||||
"symfony/dependency-injection": "~2.6",
|
||||
"symfony/expression-language": "~2.6",
|
||||
"symfony/stopwatch": "~2.2"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -330,7 +349,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.5-dev"
|
||||
"dev-master": "2.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -354,15 +373,13 @@
|
|||
],
|
||||
"description": "Symfony EventDispatcher Component",
|
||||
"homepage": "http://symfony.com",
|
||||
"time": "2014-09-28 15:56:11"
|
||||
"time": "2014-12-02 20:19:20"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"aws/aws-sdk-php": 20
|
||||
},
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"platform": [],
|
||||
"platform-dev": []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue