diff --git a/php-jenkins-example/composer.lock b/php-jenkins-example/composer.lock index b0e0b31..c354a1b 100644 --- a/php-jenkins-example/composer.lock +++ b/php-jenkins-example/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "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#installing-dependencies", "This file is @generated automatically" ], - "hash": "66b4b3e7431574964486ba6c94a94dc2", + "content-hash": "9c5b6c526d220fe08149e49ba2eb59ab", "packages": [ { "name": "doctrine/annotations", @@ -72,7 +72,7 @@ "docblock", "parser" ], - "time": "2015-08-31 12:32:49" + "time": "2015-08-31T12:32:49+00:00" }, { "name": "doctrine/cache", @@ -142,7 +142,7 @@ "cache", "caching" ], - "time": "2015-08-31 12:36:41" + "time": "2015-08-31T12:36:41+00:00" }, { "name": "doctrine/collections", @@ -208,7 +208,7 @@ "collections", "iterator" ], - "time": "2015-04-14 22:21:58" + "time": "2015-04-14T22:21:58+00:00" }, { "name": "doctrine/common", @@ -281,7 +281,7 @@ "persistence", "spl" ], - "time": "2015-08-31 13:00:22" + "time": "2015-08-31T13:00:22+00:00" }, { "name": "doctrine/dbal", @@ -352,7 +352,7 @@ "persistence", "queryobject" ], - "time": "2015-01-12 21:52:47" + "time": "2015-01-12T21:52:47+00:00" }, { "name": "doctrine/inflector", @@ -419,7 +419,7 @@ "singularize", "string" ], - "time": "2014-12-20 21:24:13" + "time": "2014-12-20T21:24:13+00:00" }, { "name": "doctrine/lexer", @@ -473,7 +473,49 @@ "lexer", "parser" ], - "time": "2014-09-09 13:34:57" + "time": "2014-09-09T13:34:57+00:00" + }, + { + "name": "ircmaxell/password-compat", + "version": "v1.0.4", + "source": { + "type": "git", + "url": "https://github.com/ircmaxell/password_compat.git", + "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", + "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", + "shasum": "" + }, + "require-dev": { + "phpunit/phpunit": "4.*" + }, + "type": "library", + "autoload": { + "files": [ + "lib/password.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Anthony Ferrara", + "email": "ircmaxell@php.net", + "homepage": "http://blog.ircmaxell.com" + } + ], + "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", + "homepage": "https://github.com/ircmaxell/password_compat", + "keywords": [ + "hashing", + "password" + ], + "time": "2014-11-20T16:49:30+00:00" }, { "name": "pimple/pimple", @@ -519,7 +561,7 @@ "container", "dependency injection" ], - "time": "2015-07-30 09:57:46" + "time": "2015-07-30T09:57:46+00:00" }, { "name": "psr/log", @@ -557,7 +599,7 @@ "psr", "psr-3" ], - "time": "2012-12-21 11:40:51" + "time": "2012-12-21T11:40:51+00:00" }, { "name": "silex/silex", @@ -640,7 +682,7 @@ "keywords": [ "microframework" ], - "time": "2015-09-08 08:10:26" + "time": "2015-09-08T08:10:26+00:00" }, { "name": "symfony/debug", @@ -695,7 +737,7 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2015-08-29 11:12:16" + "time": "2015-08-29T11:12:16+00:00" }, { "name": "symfony/event-dispatcher", @@ -753,41 +795,43 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2015-08-24 07:13:45" + "time": "2015-08-24T07:13:45+00:00" }, { "name": "symfony/http-foundation", - "version": "v2.7.4", + "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "7253c2041652353e71560bbd300d6256d170ddaf" + "reference": "3929d9fe8148d17819ad0178c748b8d339420709" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7253c2041652353e71560bbd300d6256d170ddaf", - "reference": "7253c2041652353e71560bbd300d6256d170ddaf", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3929d9fe8148d17819ad0178c748b8d339420709", + "reference": "3929d9fe8148d17819ad0178c748b8d339420709", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": ">=5.3.9", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php54": "~1.0", + "symfony/polyfill-php55": "~1.0" }, "require-dev": { - "symfony/expression-language": "~2.4", - "symfony/phpunit-bridge": "~2.7" + "symfony/expression-language": "~2.4|~3.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.7-dev" + "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, - "classmap": [ - "Resources/stubs" + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -806,7 +850,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2015-08-27 06:45:45" + "time": "2019-11-12T12:34:41+00:00" }, { "name": "symfony/http-kernel", @@ -886,19 +930,192 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2015-09-08 14:26:39" + "time": "2015-09-08T14:26:39+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.13.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f", + "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.13-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "time": "2019-11-27T14:18:11+00:00" + }, + { + "name": "symfony/polyfill-php54", + "version": "v1.13.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php54.git", + "reference": "dd1618047426412036e98d159940d58a81fc392c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/dd1618047426412036e98d159940d58a81fc392c", + "reference": "dd1618047426412036e98d159940d58a81fc392c", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.13-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php54\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2019-11-27T13:56:44+00:00" + }, + { + "name": "symfony/polyfill-php55", + "version": "v1.13.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php55.git", + "reference": "b0d838f225725e2951af1aafc784d2e5ea7b656e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b0d838f225725e2951af1aafc784d2e5ea7b656e", + "reference": "b0d838f225725e2951af1aafc784d2e5ea7b656e", + "shasum": "" + }, + "require": { + "ircmaxell/password-compat": "~1.0", + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.13-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php55\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2019-11-27T13:56:44+00:00" }, { "name": "symfony/routing", "version": "v2.7.4", "source": { "type": "git", - "url": "https://github.com/symfony/Routing.git", + "url": "https://github.com/symfony/routing.git", "reference": "20b1378cb6efffb77ea0608232f18c8f0dd25109" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Routing/zipball/20b1378cb6efffb77ea0608232f18c8f0dd25109", + "url": "https://api.github.com/repos/symfony/routing/zipball/20b1378cb6efffb77ea0608232f18c8f0dd25109", "reference": "20b1378cb6efffb77ea0608232f18c8f0dd25109", "shasum": "" }, @@ -957,7 +1174,7 @@ "uri", "url" ], - "time": "2015-08-24 07:13:45" + "time": "2015-08-24T07:13:45+00:00" }, { "name": "symfony/twig-bridge", @@ -1036,7 +1253,7 @@ ], "description": "Symfony Twig Bridge", "homepage": "https://symfony.com", - "time": "2015-08-31 19:21:38" + "time": "2015-08-31T19:21:38+00:00" }, { "name": "twbs/bootstrap", @@ -1087,7 +1304,7 @@ "sass", "web" ], - "time": "2015-08-19 07:07:59" + "time": "2015-08-19T07:07:59+00:00" }, { "name": "twig/twig", @@ -1148,7 +1365,7 @@ "keywords": [ "templating" ], - "time": "2015-09-09 05:28:51" + "time": "2015-09-09T05:28:51+00:00" } ], "packages-dev": [ @@ -1204,7 +1421,7 @@ "constructor", "instantiate" ], - "time": "2015-06-14 21:17:01" + "time": "2015-06-14T21:17:01+00:00" }, { "name": "nikic/php-parser", @@ -1249,7 +1466,7 @@ "parser", "php" ], - "time": "2015-05-02 15:40:40" + "time": "2015-05-02T15:40:40+00:00" }, { "name": "pdepend/pdepend", @@ -1288,7 +1505,7 @@ "BSD-3-Clause" ], "description": "Official version of pdepend to be handled with Composer", - "time": "2015-05-21 18:09:06" + "time": "2015-05-21T18:09:06+00:00" }, { "name": "phing/phing", @@ -1380,7 +1597,7 @@ "task", "tool" ], - "time": "2015-08-24 21:02:12" + "time": "2015-08-24T21:02:12+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -1429,7 +1646,7 @@ "email": "mike.vanriel@naenius.com" } ], - "time": "2015-02-03 12:10:50" + "time": "2015-02-03T12:10:50+00:00" }, { "name": "phploc/phploc", @@ -1482,7 +1699,7 @@ ], "description": "A tool for quickly measuring the size of a PHP project.", "homepage": "https://github.com/sebastianbergmann/phploc", - "time": "2015-08-04 07:41:00" + "time": "2015-08-04T07:41:00+00:00" }, { "name": "phpmd/phpmd", @@ -1527,7 +1744,7 @@ "name": "Manuel Pichler", "email": "github@manuel-pichler.de", "homepage": "https://github.com/manuelpichler", - "role": "Project founder" + "role": "Project Founder" }, { "name": "Other contributors", @@ -1544,7 +1761,7 @@ "phpmd", "pmd" ], - "time": "2015-05-27 18:16:57" + "time": "2015-05-27T18:16:57+00:00" }, { "name": "phpspec/prophecy", @@ -1604,7 +1821,7 @@ "spy", "stub" ], - "time": "2015-08-13 10:07:40" + "time": "2015-08-13T10:07:40+00:00" }, { "name": "phpunit/php-code-coverage", @@ -1666,7 +1883,7 @@ "testing", "xunit" ], - "time": "2015-08-04 03:42:39" + "time": "2015-08-04T03:42:39+00:00" }, { "name": "phpunit/php-file-iterator", @@ -1713,7 +1930,7 @@ "filesystem", "iterator" ], - "time": "2015-06-21 13:08:43" + "time": "2015-06-21T13:08:43+00:00" }, { "name": "phpunit/php-text-template", @@ -1754,7 +1971,7 @@ "keywords": [ "template" ], - "time": "2015-06-21 13:50:34" + "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", @@ -1795,7 +2012,7 @@ "keywords": [ "timer" ], - "time": "2015-06-21 08:01:12" + "time": "2015-06-21T08:01:12+00:00" }, { "name": "phpunit/php-token-stream", @@ -1844,7 +2061,7 @@ "keywords": [ "tokenizer" ], - "time": "2015-08-16 08:51:00" + "time": "2015-08-16T08:51:00+00:00" }, { "name": "phpunit/phpunit", @@ -1916,7 +2133,7 @@ "testing", "xunit" ], - "time": "2015-08-24 04:09:38" + "time": "2015-08-24T04:09:38+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -1972,7 +2189,8 @@ "mock", "xunit" ], - "time": "2015-08-19 09:14:08" + "abandoned": true, + "time": "2015-08-19T09:14:08+00:00" }, { "name": "sebastian/comparator", @@ -2036,7 +2254,7 @@ "compare", "equality" ], - "time": "2015-07-26 15:48:44" + "time": "2015-07-26T15:48:44+00:00" }, { "name": "sebastian/diff", @@ -2088,7 +2306,7 @@ "keywords": [ "diff" ], - "time": "2015-02-22 15:13:53" + "time": "2015-02-22T15:13:53+00:00" }, { "name": "sebastian/environment", @@ -2138,7 +2356,7 @@ "environment", "hhvm" ], - "time": "2015-08-03 06:14:51" + "time": "2015-08-03T06:14:51+00:00" }, { "name": "sebastian/exporter", @@ -2204,7 +2422,7 @@ "export", "exporter" ], - "time": "2015-06-21 07:55:53" + "time": "2015-06-21T07:55:53+00:00" }, { "name": "sebastian/finder-facade", @@ -2243,7 +2461,7 @@ ], "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", "homepage": "https://github.com/sebastianbergmann/finder-facade", - "time": "2015-06-04 08:11:58" + "time": "2015-06-04T08:11:58+00:00" }, { "name": "sebastian/git", @@ -2288,7 +2506,8 @@ "keywords": [ "git" ], - "time": "2015-04-06 16:23:43" + "abandoned": true, + "time": "2015-04-06T16:23:43+00:00" }, { "name": "sebastian/global-state", @@ -2339,7 +2558,7 @@ "keywords": [ "global state" ], - "time": "2014-10-06 09:23:50" + "time": "2014-10-06T09:23:50+00:00" }, { "name": "sebastian/phpcpd", @@ -2390,7 +2609,7 @@ ], "description": "Copy/Paste Detector (CPD) for PHP code.", "homepage": "https://github.com/sebastianbergmann/phpcpd", - "time": "2015-03-26 14:47:38" + "time": "2015-03-26T14:47:38+00:00" }, { "name": "sebastian/recursion-context", @@ -2443,7 +2662,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2015-06-21 08:04:50" + "time": "2015-06-21T08:04:50+00:00" }, { "name": "sebastian/version", @@ -2478,7 +2697,7 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2015-06-21 13:59:46" + "time": "2015-06-21T13:59:46+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -2552,7 +2771,7 @@ "phpcs", "standards" ], - "time": "2015-09-09 00:18:50" + "time": "2015-09-09T00:18:50+00:00" }, { "name": "symfony/browser-kit", @@ -2607,7 +2826,7 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2015-09-06 08:36:38" + "time": "2015-09-06T08:36:38+00:00" }, { "name": "symfony/config", @@ -2615,12 +2834,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "5ab9ff48b3cb5b40951a607f77fc1cbfd29edba8" + "reference": "2b1e4d626fe171ee5e8e373a872428109a5781bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/5ab9ff48b3cb5b40951a607f77fc1cbfd29edba8", - "reference": "5ab9ff48b3cb5b40951a607f77fc1cbfd29edba8", + "url": "https://api.github.com/repos/symfony/config/zipball/2b1e4d626fe171ee5e8e373a872428109a5781bf", + "reference": "2b1e4d626fe171ee5e8e373a872428109a5781bf", "shasum": "" }, "require": { @@ -2657,7 +2876,7 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2015-08-27 06:45:45" + "time": "2015-08-27T06:45:45+00:00" }, { "name": "symfony/console", @@ -2714,7 +2933,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2015-09-03 11:40:38" + "time": "2015-09-03T11:40:38+00:00" }, { "name": "symfony/css-selector", @@ -2767,7 +2986,7 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2015-08-24 07:13:45" + "time": "2015-08-24T07:13:45+00:00" }, { "name": "symfony/dependency-injection", @@ -2827,7 +3046,7 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2015-08-24 07:16:32" + "time": "2015-08-24T07:16:32+00:00" }, { "name": "symfony/dom-crawler", @@ -2880,7 +3099,7 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2015-08-26 10:48:03" + "time": "2015-08-26T10:48:03+00:00" }, { "name": "symfony/filesystem", @@ -2929,7 +3148,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2015-08-27 07:03:44" + "time": "2015-08-27T07:03:44+00:00" }, { "name": "symfony/finder", @@ -2978,7 +3197,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2015-08-26 17:56:37" + "time": "2015-08-26T17:56:37+00:00" }, { "name": "symfony/yaml", @@ -3027,7 +3246,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2015-08-24 07:13:45" + "time": "2015-08-24T07:13:45+00:00" }, { "name": "theseer/directoryscanner", @@ -3069,7 +3288,7 @@ } ], "description": "A recursive directory scanner and filter", - "time": "2014-11-25 14:27:49" + "time": "2014-11-25T14:27:49+00:00" }, { "name": "theseer/fdomdocument", @@ -3109,7 +3328,7 @@ ], "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", "homepage": "https://github.com/theseer/fDOMDocument", - "time": "2015-05-27 22:58:02" + "time": "2015-05-27T22:58:02+00:00" }, { "name": "theseer/fxsl", @@ -3154,20 +3373,20 @@ } ], "description": "An XSL wrapper / extension to the PHP 5.x XSLTProcessor with Exception and extended Callback support", - "time": "2014-11-27 20:08:52" + "time": "2014-11-27T20:08:52+00:00" }, { "name": "theseer/phpdox", "version": "0.8.1.1", "source": { "type": "git", - "url": "git@github.com:theseer/phpdox.git", - "reference": "518f91cf59ee492fcbc1300ef9aca2720c027052" + "url": "https://github.com/theseer/phpdox.git", + "reference": "bdee45edbf44ab1c75646f1d8b8ed72628d6d161" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/phpdox/zipball/518f91cf59ee492fcbc1300ef9aca2720c027052", - "reference": "518f91cf59ee492fcbc1300ef9aca2720c027052", + "url": "https://api.github.com/repos/theseer/phpdox/zipball/bdee45edbf44ab1c75646f1d8b8ed72628d6d161", + "reference": "bdee45edbf44ab1c75646f1d8b8ed72628d6d161", "shasum": "" }, "require": { @@ -3205,7 +3424,7 @@ } ], "description": "A fast Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT) with event based processing", - "time": "2015-07-09 18:46:38" + "time": "2015-07-09T18:46:38+00:00" } ], "aliases": [],