Dependencies update

This commit is contained in:
Pierre Rudloff 2016-12-18 21:45:41 +01:00
parent d4f5f93c2d
commit 734390e269
1 changed files with 36 additions and 32 deletions

68
composer.lock generated
View File

@ -560,16 +560,16 @@
}, },
{ {
"name": "smarty/smarty", "name": "smarty/smarty",
"version": "v3.1.30", "version": "v3.1.31",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/smarty-php/smarty.git", "url": "https://github.com/smarty-php/smarty.git",
"reference": "ed2b7f1146cfda13df1eea8a5f707a1b771b6e7e" "reference": "c7d42e4a327c402897dd587871434888fde1e7a9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/smarty-php/smarty/zipball/ed2b7f1146cfda13df1eea8a5f707a1b771b6e7e", "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c7d42e4a327c402897dd587871434888fde1e7a9",
"reference": "ed2b7f1146cfda13df1eea8a5f707a1b771b6e7e", "reference": "c7d42e4a327c402897dd587871434888fde1e7a9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -582,10 +582,8 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "files": [
"libs/Smarty.class.php", "libs/bootstrap.php"
"libs/SmartyBC.class.php",
"libs/sysplugins/"
] ]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -611,11 +609,11 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2016-08-07 18:46:49" "time": "2016-12-14 21:57:25"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v3.2.0", "version": "v3.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
@ -664,16 +662,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.2.0", "version": "v3.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "f2300ba8fbb002c028710b92e1906e7457410693" "reference": "a7095af4b97a0955f85c8989106c249fa649011f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/f2300ba8fbb002c028710b92e1906e7457410693", "url": "https://api.github.com/repos/symfony/yaml/zipball/a7095af4b97a0955f85c8989106c249fa649011f",
"reference": "f2300ba8fbb002c028710b92e1906e7457410693", "reference": "a7095af4b97a0955f85c8989106c249fa649011f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -715,7 +713,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-11-18 21:17:59" "time": "2016-12-10 10:07:06"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -1284,16 +1282,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "5.7.2", "version": "5.7.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "336aff0ac52e306c98e7455bc3e8d7b0bf777a5e" "reference": "af91da3f2671006ff5d0628023de3b7ac4d1ef09"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/336aff0ac52e306c98e7455bc3e8d7b0bf777a5e", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/af91da3f2671006ff5d0628023de3b7ac4d1ef09",
"reference": "336aff0ac52e306c98e7455bc3e8d7b0bf777a5e", "reference": "af91da3f2671006ff5d0628023de3b7ac4d1ef09",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1304,7 +1302,7 @@
"ext-xml": "*", "ext-xml": "*",
"myclabs/deep-copy": "~1.3", "myclabs/deep-copy": "~1.3",
"php": "^5.6 || ^7.0", "php": "^5.6 || ^7.0",
"phpspec/prophecy": "^1.3.1", "phpspec/prophecy": "^1.6.2",
"phpunit/php-code-coverage": "^4.0.3", "phpunit/php-code-coverage": "^4.0.3",
"phpunit/php-file-iterator": "~1.4", "phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2", "phpunit/php-text-template": "~1.2",
@ -1314,7 +1312,7 @@
"sebastian/diff": "~1.2", "sebastian/diff": "~1.2",
"sebastian/environment": "^1.3.4 || ^2.0", "sebastian/environment": "^1.3.4 || ^2.0",
"sebastian/exporter": "~2.0", "sebastian/exporter": "~2.0",
"sebastian/global-state": "~1.0", "sebastian/global-state": "^1.0 || ^2.0",
"sebastian/object-enumerator": "~2.0", "sebastian/object-enumerator": "~2.0",
"sebastian/resource-operations": "~1.0", "sebastian/resource-operations": "~1.0",
"sebastian/version": "~1.0|~2.0", "sebastian/version": "~1.0|~2.0",
@ -1362,20 +1360,20 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2016-12-03 08:33:00" "time": "2016-12-13 16:19:44"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
"version": "3.4.2", "version": "3.4.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "90a08f5deed5f7ac35463c161f2e8fa0e5652faf" "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/90a08f5deed5f7ac35463c161f2e8fa0e5652faf", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
"reference": "90a08f5deed5f7ac35463c161f2e8fa0e5652faf", "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1421,7 +1419,7 @@
"mock", "mock",
"xunit" "xunit"
], ],
"time": "2016-11-27 07:52:03" "time": "2016-12-08 20:27:08"
}, },
{ {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
@ -1431,6 +1429,12 @@
"url": "https://github.com/rg3/youtube-dl.git", "url": "https://github.com/rg3/youtube-dl.git",
"reference": "2016.09.08" "reference": "2016.09.08"
}, },
"dist": {
"type": "tar",
"url": "https://github.com/rg3/youtube-dl/archive/2016.09.08.tar.gz",
"reference": null,
"shasum": null
},
"type": "library" "type": "library"
}, },
{ {
@ -2113,16 +2117,16 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v3.2.0", "version": "v3.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "86f4e8aeb07bd5fb467f6bdd599a30298d19fa5f" "reference": "f722532b0966e9b6fc631e682143c07b2cf583a0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/86f4e8aeb07bd5fb467f6bdd599a30298d19fa5f", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f722532b0966e9b6fc631e682143c07b2cf583a0",
"reference": "86f4e8aeb07bd5fb467f6bdd599a30298d19fa5f", "reference": "f722532b0966e9b6fc631e682143c07b2cf583a0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2172,7 +2176,7 @@
"debug", "debug",
"dump" "dump"
], ],
"time": "2016-11-29 10:33:09" "time": "2016-12-11 14:34:22"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",