diff --git a/composer.json b/composer.json index 2d905bd..82a3b65 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "tightenco/jigsaw": "^1.3", "tightenco/jigsaw-docs-template": "^1.1", "samdark/sitemap": "^2.4", - "symfony/process": "^4.3", + "symfony/process": "^5.4", "guzzlehttp/guzzle": "^6.3", "erusev/parsedown-extra": "^0.8" }, diff --git a/composer.lock b/composer.lock index d6e2d0d..f87dbe9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b9b9e42952d19585b4e24182b08d4a0f", + "content-hash": "de2216b67b19b8176c1b9e9cb4bd0803", "packages": [ { "name": "doctrine/inflector", @@ -2362,20 +2362,20 @@ }, { "name": "symfony/process", - "version": "v4.4.44", + "version": "v5.4.22", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2" + "reference": "4b850da0cc3a2a9181c1ed407adbca4733dc839b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", - "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", + "url": "https://api.github.com/repos/symfony/process/zipball/4b850da0cc3a2a9181c1ed407adbca4733dc839b", + "reference": "4b850da0cc3a2a9181c1ed407adbca4733dc839b", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16" }, "type": "library", @@ -2404,7 +2404,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v4.4.44" + "source": "https://github.com/symfony/process/tree/v5.4.22" }, "funding": [ { @@ -2420,7 +2420,7 @@ "type": "tidelift" } ], - "time": "2022-06-27T13:16:42+00:00" + "time": "2023-03-06T21:29:33+00:00" }, { "name": "symfony/service-contracts",