diff --git a/composer.json b/composer.json index 4a0dbb1..f00b424 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "require": { "php": ">=5.3.3", "symfony/finder": "~2.0", - "symfony/process": "~2.0", + "symfony/process": "~5.4", "chh/optparse": "~0.1", "chh/fileutils": "~1.0", "monolog/monolog": "~1.0", diff --git a/composer.lock b/composer.lock index 4a34419..58d72a2 100644 --- a/composer.lock +++ b/composer.lock @@ -1,9 +1,10 @@ { "_readme": [ "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#installing-dependencies", + "This file is @generated automatically" ], - "hash": "00588c458db685af972880b7c1f57495", + "content-hash": "8b9b9a52a9b9951592d7512373bdb694", "packages": [ { "name": "chh/fileutils", @@ -50,7 +51,7 @@ "file", "util" ], - "time": "2013-01-07 17:31:32" + "time": "2013-01-07T17:31:32+00:00" }, { "name": "chh/itertools", @@ -104,7 +105,7 @@ "functional", "iterators" ], - "time": "2013-01-08 17:10:36" + "time": "2013-01-08T17:10:36+00:00" }, { "name": "chh/optparse", @@ -144,7 +145,7 @@ "keywords": [ "cli" ], - "time": "2012-12-19 18:13:05" + "time": "2012-12-19T18:13:05+00:00" }, { "name": "monolog/monolog", @@ -211,7 +212,7 @@ "logging", "psr-3" ], - "time": "2013-11-14 19:48:31" + "time": "2013-11-14T19:48:31+00:00" }, { "name": "pimple/pimple", @@ -257,7 +258,7 @@ "container", "dependency injection" ], - "time": "2013-09-19 04:53:08" + "time": "2013-09-19T04:53:08+00:00" }, { "name": "psr/log", @@ -295,7 +296,7 @@ "psr", "psr-3" ], - "time": "2012-12-21 11:40:51" + "time": "2012-12-21T11:40:51+00:00" }, { "name": "symfony/finder", @@ -342,36 +343,114 @@ ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", - "time": "2013-09-19 09:45:20" + "time": "2013-09-19T09:45:20+00:00" }, { - "name": "symfony/process", - "version": "v2.3.7", - "target-dir": "Symfony/Component/Process", + "name": "symfony/polyfill-php80", + "version": "v1.31.0", "source": { "type": "git", - "url": "https://github.com/symfony/Process.git", - "reference": "82898108f79040314a7b3ba430a72c32c7f61d14" + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Process/zipball/82898108f79040314a7b3ba430a72c32c7f61d14", - "reference": "82898108f79040314a7b3ba430a72c32c7f61d14", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.2" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "2.3-dev" + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "psr-0": { - "Symfony\\Component\\Process\\": "" + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-09-09T11:45:10+00:00" + }, + { + "name": "symfony/process", + "version": "v5.4.46", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "01906871cb9b5e3cf872863b91aba4ec9767daf4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/01906871cb9b5e3cf872863b91aba4ec9767daf4", + "reference": "01906871cb9b5e3cf872863b91aba4ec9767daf4", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -384,12 +463,29 @@ }, { "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" + "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Process Component", - "homepage": "http://symfony.com", - "time": "2013-10-30 08:30:20" + "description": "Executes commands in sub-processes", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/process/tree/v5.4.46" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-11-06T09:18:28+00:00" } ], "packages-dev": [ @@ -452,7 +548,7 @@ "testing", "xunit" ], - "time": "2013-09-10 08:14:32" + "time": "2013-09-10T08:14:32+00:00" }, { "name": "phpunit/php-file-iterator", @@ -497,7 +593,7 @@ "filesystem", "iterator" ], - "time": "2013-10-10 15:34:57" + "time": "2013-10-10T15:34:57+00:00" }, { "name": "phpunit/php-text-template", @@ -541,7 +637,7 @@ "keywords": [ "template" ], - "time": "2012-10-31 11:15:28" + "time": "2012-10-31T11:15:28+00:00" }, { "name": "phpunit/php-timer", @@ -585,7 +681,7 @@ "keywords": [ "timer" ], - "time": "2013-08-02 07:42:54" + "time": "2013-08-02T07:42:54+00:00" }, { "name": "phpunit/php-token-stream", @@ -635,7 +731,7 @@ "keywords": [ "tokenizer" ], - "time": "2013-09-13 04:58:23" + "time": "2013-09-13T04:58:23+00:00" }, { "name": "phpunit/phpunit", @@ -709,7 +805,7 @@ "testing", "xunit" ], - "time": "2013-10-17 07:27:40" + "time": "2013-10-17T07:27:40+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -758,7 +854,7 @@ "mock", "xunit" ], - "time": "2013-01-13 10:24:48" + "time": "2013-01-13T10:24:48+00:00" }, { "name": "symfony/yaml", @@ -805,20 +901,17 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2013-10-17 11:48:01" + "time": "2013-10-17T11:48:01+00:00" } ], - "aliases": [ - - ], + "aliases": [], "minimum-stability": "stable", - "stability-flags": [ - - ], + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, "platform": { "php": ">=5.3.3" }, - "platform-dev": [ - - ] + "platform-dev": [], + "plugin-api-version": "2.6.0" }