Packages update

This commit is contained in:
Michael RICOIS 2017-01-03 10:16:39 +01:00
parent 9521489bfb
commit 93eac66503

92
composer.lock generated
View File

@ -4,21 +4,20 @@
"Read more about it at https://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": "6fc5b43a7356e2bc12e523b81ae96d81",
"content-hash": "4f89e8acc76d59ccae1751b29af1b3ca", "content-hash": "4f89e8acc76d59ccae1751b29af1b3ca",
"packages": [ "packages": [
{ {
"name": "hellogerard/jobby", "name": "hellogerard/jobby",
"version": "v3.1.0", "version": "v3.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/jobbyphp/jobby.git", "url": "https://github.com/jobbyphp/jobby.git",
"reference": "7dd493baec5ba276618499e02de510e926bafa3d" "reference": "9cb65663d35f6abba7e2d28347d74d501ce94861"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/jobbyphp/jobby/zipball/7dd493baec5ba276618499e02de510e926bafa3d", "url": "https://api.github.com/repos/jobbyphp/jobby/zipball/9cb65663d35f6abba7e2d28347d74d501ce94861",
"reference": "7dd493baec5ba276618499e02de510e926bafa3d", "reference": "9cb65663d35f6abba7e2d28347d74d501ce94861",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -55,24 +54,24 @@
], ],
"description": "Manage all your cron jobs without modifying crontab. Handles locking, logging, error emails, and more.", "description": "Manage all your cron jobs without modifying crontab. Handles locking, logging, error emails, and more.",
"homepage": "https://github.com/jobbyphp/jobby", "homepage": "https://github.com/jobbyphp/jobby",
"time": "2016-09-08 18:53:13" "time": "2016-09-15T20:29:16+00:00"
}, },
{ {
"name": "jeremeamia/SuperClosure", "name": "jeremeamia/SuperClosure",
"version": "2.2.0", "version": "2.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/jeremeamia/super_closure.git", "url": "https://github.com/jeremeamia/super_closure.git",
"reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938" "reference": "443c3df3207f176a1b41576ee2a66968a507b3db"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938", "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/443c3df3207f176a1b41576ee2a66968a507b3db",
"reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938", "reference": "443c3df3207f176a1b41576ee2a66968a507b3db",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"nikic/php-parser": "^1.2|^2.0", "nikic/php-parser": "^1.2|^2.0|^3.0",
"php": ">=5.4", "php": ">=5.4",
"symfony/polyfill-php56": "^1.0" "symfony/polyfill-php56": "^1.0"
}, },
@ -82,7 +81,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.2-dev" "dev-master": "2.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -113,7 +112,7 @@
"serialize", "serialize",
"tokenizer" "tokenizer"
], ],
"time": "2015-12-05 17:17:57" "time": "2016-12-07T09:37:55+00:00"
}, },
{ {
"name": "mtdowling/cron-expression", "name": "mtdowling/cron-expression",
@ -157,28 +156,28 @@
"cron", "cron",
"schedule" "schedule"
], ],
"time": "2016-01-26 21:23:30" "time": "2016-01-26T21:23:30+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v2.1.0", "version": "v3.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3" "reference": "adf44419c0fc014a0f191db6f89d3e55d4211744"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/adf44419c0fc014a0f191db6f89d3e55d4211744",
"reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3", "reference": "adf44419c0fc014a0f191db6f89d3e55d4211744",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-tokenizer": "*", "ext-tokenizer": "*",
"php": ">=5.4" "php": ">=5.5"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0" "phpunit/phpunit": "~4.0|~5.0"
}, },
"bin": [ "bin": [
"bin/php-parse" "bin/php-parse"
@ -186,7 +185,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1-dev" "dev-master": "3.0-dev"
} }
}, },
"autoload": { "autoload": {
@ -208,27 +207,28 @@
"parser", "parser",
"php" "php"
], ],
"time": "2016-04-19 13:41:41" "time": "2016-12-06T11:30:35+00:00"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
"version": "v5.4.3", "version": "v5.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git", "url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153" "reference": "cd142238a339459b10da3d8234220963f392540c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/cd142238a339459b10da3d8234220963f392540c",
"reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", "reference": "cd142238a339459b10da3d8234220963f392540c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "~0.9.1" "mockery/mockery": "~0.9.1",
"symfony/phpunit-bridge": "~3.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -261,20 +261,20 @@
"mail", "mail",
"mailer" "mailer"
], ],
"time": "2016-07-08 11:51:25" "time": "2016-12-29T10:02:40+00:00"
}, },
{ {
"name": "symfony/polyfill-php56", "name": "symfony/polyfill-php56",
"version": "v1.2.0", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php56.git", "url": "https://github.com/symfony/polyfill-php56.git",
"reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a" "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a", "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c",
"reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a", "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -284,7 +284,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2-dev" "dev-master": "1.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -317,20 +317,20 @@
"portable", "portable",
"shim" "shim"
], ],
"time": "2016-05-18 14:26:46" "time": "2016-11-14T01:06:16+00:00"
}, },
{ {
"name": "symfony/polyfill-util", "name": "symfony/polyfill-util",
"version": "v1.2.0", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-util.git", "url": "https://github.com/symfony/polyfill-util.git",
"reference": "ef830ce3d218e622b221d6bfad42c751d974bf99" "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99", "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb",
"reference": "ef830ce3d218e622b221d6bfad42c751d974bf99", "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -339,7 +339,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2-dev" "dev-master": "1.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -369,20 +369,20 @@
"polyfill", "polyfill",
"shim" "shim"
], ],
"time": "2016-05-18 14:26:46" "time": "2016-11-14T01:06:16+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v3.1.4", "version": "v3.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "e64e93041c80e77197ace5ab9385dedb5a143697" "reference": "02ea84847aad71be7e32056408bb19f3a616cdd3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/e64e93041c80e77197ace5ab9385dedb5a143697", "url": "https://api.github.com/repos/symfony/process/zipball/02ea84847aad71be7e32056408bb19f3a616cdd3",
"reference": "e64e93041c80e77197ace5ab9385dedb5a143697", "reference": "02ea84847aad71be7e32056408bb19f3a616cdd3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -391,7 +391,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.1-dev" "dev-master": "3.2-dev"
} }
}, },
"autoload": { "autoload": {
@ -418,7 +418,7 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-08-16 14:58:24" "time": "2016-11-24T10:40:28+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],