diff --git a/composer.json b/composer.json index d93de5baa..a29b5fe29 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,10 @@ { "config": { "platform": { - "php": "7.4" + "php": "8.1" + }, + "allow-plugins": { + "phpdocumentor/shim": true } }, "require": { diff --git a/composer.lock b/composer.lock index 941733e8e..dd79d2886 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b88b3602a557ac54bd34d27f0e811a1a", + "content-hash": "be13e8c85a48772eb6c48081bdcd3401", "packages": [ { "name": "phar-io/composer-distributor", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/phar-io/composer-distributor.git", - "reference": "34af1d33bdce88b8f7217f7d53bf3d4ebd36ae60" + "reference": "dd7d936290b2a42b0c64bfe08090b5c597c280c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/composer-distributor/zipball/34af1d33bdce88b8f7217f7d53bf3d4ebd36ae60", - "reference": "34af1d33bdce88b8f7217f7d53bf3d4ebd36ae60", + "url": "https://api.github.com/repos/phar-io/composer-distributor/zipball/dd7d936290b2a42b0c64bfe08090b5c597c280c9", + "reference": "dd7d936290b2a42b0c64bfe08090b5c597c280c9", "shasum": "" }, "require": { @@ -71,7 +71,7 @@ ], "support": { "issues": "https://github.com/phar-io/composer-distributor/issues", - "source": "https://github.com/phar-io/composer-distributor/tree/1.0.1" + "source": "https://github.com/phar-io/composer-distributor/tree/1.0.2" }, "funding": [ { @@ -79,7 +79,7 @@ "type": "other" } ], - "time": "2021-04-21T12:34:19+00:00" + "time": "2023-05-31T17:05:49+00:00" }, { "name": "phar-io/executor", @@ -222,16 +222,16 @@ }, { "name": "phpdocumentor/shim", - "version": "v3.3.1", + "version": "v3.4.3", "source": { "type": "git", "url": "https://github.com/phpDocumentor/shim.git", - "reference": "65f8734d91b294555fcb2ca8808f87811e18abed" + "reference": "cda99f4be51464da4557f240b9bb98e85a9163fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/shim/zipball/65f8734d91b294555fcb2ca8808f87811e18abed", - "reference": "65f8734d91b294555fcb2ca8808f87811e18abed", + "url": "https://api.github.com/repos/phpDocumentor/shim/zipball/cda99f4be51464da4557f240b9bb98e85a9163fa", + "reference": "cda99f4be51464da4557f240b9bb98e85a9163fa", "shasum": "" }, "require": { @@ -252,9 +252,9 @@ "MIT" ], "support": { - "source": "https://github.com/phpDocumentor/shim/tree/v3.3.1" + "source": "https://github.com/phpDocumentor/shim/tree/v3.4.3" }, - "time": "2022-03-25T16:05:14+00:00" + "time": "2023-10-04T18:36:17+00:00" } ], "packages-dev": [], @@ -266,7 +266,7 @@ "platform": [], "platform-dev": [], "platform-overrides": { - "php": "7.4" + "php": "8.1" }, - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.6.0" }