Bump Zippy version

This commit is contained in:
Benoît Burnichon
2015-12-16 11:01:45 +01:00
parent 332ebad090
commit d1ee3bf450
2 changed files with 32 additions and 45 deletions

View File

@@ -45,7 +45,7 @@
"alchemy/rest-bundle": "master@dev", "alchemy/rest-bundle": "master@dev",
"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",
"alchemy/zippy": "0.2.x-dev@dev", "alchemy/zippy": "^0.3.0",
"beberlei/assert": "^2.3", "beberlei/assert": "^2.3",
"dailymotion/sdk": "~1.5", "dailymotion/sdk": "~1.5",
"data-uri/data-uri": "~0.1.0", "data-uri/data-uri": "~0.1.0",

75
composer.lock generated
View File

@@ -1,10 +1,11 @@
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "abab1b811f46968bbffeeec40d17eac9", "hash": "9cbb232263e66f0b496e4b0bbfe50ba2",
"content-hash": "548f5bb46cedc32f324eaa9012d9d14e",
"packages": [ "packages": [
{ {
"name": "alchemy-fr/tcpdf-clone", "name": "alchemy-fr/tcpdf-clone",
@@ -14,12 +15,6 @@
"url": "https://github.com/alchemy-fr/tcpdf-clone.git", "url": "https://github.com/alchemy-fr/tcpdf-clone.git",
"reference": "2ba0248a7187f1626df6c128750650416267f0e7" "reference": "2ba0248a7187f1626df6c128750650416267f0e7"
}, },
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alchemy-fr/tcpdf-clone/zipball/2ba0248a7187f1626df6c128750650416267f0e7",
"reference": "2ba0248a7187f1626df6c128750650416267f0e7",
"shasum": ""
},
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
@@ -66,10 +61,6 @@
"qrcode", "qrcode",
"tcpdf" "tcpdf"
], ],
"support": {
"source": "https://github.com/alchemy-fr/tcpdf-clone/tree/6.0.039",
"issues": "https://github.com/alchemy-fr/tcpdf-clone/issues"
},
"time": "2013-10-13 16:11:17" "time": "2013-10-13 16:11:17"
}, },
{ {
@@ -113,7 +104,7 @@
"homepage": "http://www.lickmychip.com/" "homepage": "http://www.lickmychip.com/"
}, },
{ {
"name": "nlegoff", "name": "Nicolas Le Goff",
"email": "legoff.n@gmail.com" "email": "legoff.n@gmail.com"
}, },
{ {
@@ -496,7 +487,7 @@
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/alchemy-fr/rest-bundle/zipball/7b1c88c02ab8c0d4e997fd61c13c8fd4c3ce5216", "url": "https://api.github.com/repos/alchemy-fr/rest-bundle/zipball/a0e2c2b8a1d2c9c405fc9663b698f56a20831946",
"reference": "7b1c88c02ab8c0d4e997fd61c13c8fd4c3ce5216", "reference": "7b1c88c02ab8c0d4e997fd61c13c8fd4c3ce5216",
"shasum": "" "shasum": ""
}, },
@@ -647,34 +638,33 @@
}, },
{ {
"name": "alchemy/zippy", "name": "alchemy/zippy",
"version": "dev-master", "version": "0.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/alchemy-fr/Zippy.git", "url": "https://github.com/alchemy-fr/Zippy.git",
"reference": "660c14d630d69a62d15a5fa977f68027f8df39f9" "reference": "b73ba0c1ff5fc525bc69103960379e77712cc633"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/660c14d630d69a62d15a5fa977f68027f8df39f9", "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/b73ba0c1ff5fc525bc69103960379e77712cc633",
"reference": "660c14d630d69a62d15a5fa977f68027f8df39f9", "reference": "b73ba0c1ff5fc525bc69103960379e77712cc633",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/collections": "~1.0", "doctrine/collections": "~1.0",
"guzzle/guzzle": "~3.0",
"php": ">=5.3.3", "php": ">=5.3.3",
"pimple/pimple": "~1.0", "symfony/filesystem": "^2.0.5|^3.0",
"symfony/filesystem": "~2.0", "symfony/process": "^2.1|^3.0"
"symfony/process": "~2.0"
}, },
"require-dev": { "require-dev": {
"ext-zip": "*", "ext-zip": "*",
"phpunit/phpunit": "~3.7", "guzzle/guzzle": "~3.0",
"sami/sami": "dev-master@dev", "phpunit/phpunit": "^4.0|^5.0",
"symfony/finder": "~2.0" "symfony/finder": "^2.0.5|^3.0"
}, },
"suggest": { "suggest": {
"ext-zip": "To use the ZipExtensionAdapter" "ext-zip": "To use the ZipExtensionAdapter",
"guzzle/guzzle": "To use the GuzzleTeleporter"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -683,8 +673,8 @@
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Alchemy": "src" "Alchemy\\Zippy\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@@ -705,7 +695,7 @@
"tar", "tar",
"zip" "zip"
], ],
"time": "2015-09-29 08:39:07" "time": "2015-12-15 11:29:00"
}, },
{ {
"name": "beberlei/assert", "name": "beberlei/assert",
@@ -1670,12 +1660,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/igorw/evenement.git", "url": "https://github.com/igorw/evenement.git",
"reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d" "reference": "v1.0.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/igorw/evenement/zipball/fa966683e7df3e5dd5929d984a44abfbd6bafe8d", "url": "https://api.github.com/repos/igorw/evenement/zipball/fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
"reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d", "reference": "v1.0.0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1702,7 +1692,7 @@
"keywords": [ "keywords": [
"event-dispatcher" "event-dispatcher"
], ],
"time": "2012-05-30 15:01:08" "time": "2012-05-30 08:01:08"
}, },
{ {
"name": "facebook/php-sdk", "name": "facebook/php-sdk",
@@ -2828,7 +2818,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-develop": "0.6-dev" "dev-develop": "0.7-dev"
} }
}, },
"autoload": { "autoload": {
@@ -3552,7 +3542,7 @@
], ],
"authors": [ "authors": [
{ {
"name": "Steve Clay", "name": "Stephen Clay",
"email": "steve@mrclay.org", "email": "steve@mrclay.org",
"homepage": "http://www.mrclay.org/", "homepage": "http://www.mrclay.org/",
"role": "Developer" "role": "Developer"
@@ -3738,21 +3728,21 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/romainneutron/Imagine-Silex-Service-Provider.git", "url": "https://github.com/romainneutron/Imagine-Silex-Service-Provider.git",
"reference": "a8a7862ae90419f2b23746cd8436c2310e4eb084" "reference": "0.1.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/romainneutron/Imagine-Silex-Service-Provider/zipball/a8a7862ae90419f2b23746cd8436c2310e4eb084", "url": "https://api.github.com/repos/romainneutron/Imagine-Silex-Service-Provider/zipball/a8a7862ae90419f2b23746cd8436c2310e4eb084",
"reference": "a8a7862ae90419f2b23746cd8436c2310e4eb084", "reference": "0.1.2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"imagine/imagine": "*", "imagine/imagine": "*",
"php": ">=5.3.3", "php": ">=5.3.3",
"silex/silex": "~1.0" "silex/silex": ">=1.0,<2.0"
}, },
"require-dev": { "require-dev": {
"symfony/browser-kit": "~2.0" "symfony/browser-kit": ">=2.0,<3.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -4321,9 +4311,7 @@
"authors": [ "authors": [
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com", "email": "fabien@symfony.com"
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
} }
], ],
"description": "Pimple is a simple Dependency Injection Container for PHP 5.3", "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
@@ -4452,7 +4440,7 @@
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/a6a3d39d1f68e3e04555a2d6b43a9df0977d96d9", "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/8ea5840ad835444627de70a706aabd8c9aa41df8",
"reference": "a6a3d39d1f68e3e04555a2d6b43a9df0977d96d9", "reference": "a6a3d39d1f68e3e04555a2d6b43a9df0977d96d9",
"shasum": "" "shasum": ""
}, },
@@ -4962,7 +4950,7 @@
}, },
{ {
"name": "Phraseanet Team", "name": "Phraseanet Team",
"email": "info@alchemy.fr", "email": "support@alchemy.fr",
"homepage": "http://www.phraseanet.com/" "homepage": "http://www.phraseanet.com/"
} }
], ],
@@ -6353,7 +6341,6 @@
"alchemy/embed-bundle": 20, "alchemy/embed-bundle": 20,
"alchemy/rest-bundle": 20, "alchemy/rest-bundle": 20,
"alchemy/task-manager": 20, "alchemy/task-manager": 20,
"alchemy/zippy": 20,
"goodby/csv": 20, "goodby/csv": 20,
"imagine/imagine": 20, "imagine/imagine": 20,
"jms/translation-bundle": 20, "jms/translation-bundle": 20,