diff --git a/composer.json b/composer.json index daeb81c..dc1d6d8 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "phpunit/phpunit": "^9.6 || ^10.0 || ^11.0", "consolidation/robo": "^4.0 || 5.0", "phpstan/phpstan": "^1.3.0", - "phlak/semver": "^4.1" + "phlak/semver": "^5.0" }, "suggest": { "ext-sodium": "Provides support for OKP (X25519/Ed25519) keys", diff --git a/composer.lock b/composer.lock index 876c772..c0e3bfe 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": "fefa1cc03933d57431c4d03aefadcf24", + "content-hash": "c87d1c8e22eb89c4a6d1aaf6061fbcfc", "packages": [], "packages-dev": [ { @@ -749,26 +749,26 @@ }, { "name": "phlak/semver", - "version": "4.1.0", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/PHLAK/SemVer.git", - "reference": "decdb385f26f2f8da2748289534fa3e61347917e" + "reference": "3c4db3a7953ac414b947c183548b6a5b825da738" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHLAK/SemVer/zipball/decdb385f26f2f8da2748289534fa3e61347917e", - "reference": "decdb385f26f2f8da2748289534fa3e61347917e", + "url": "https://api.github.com/repos/PHLAK/SemVer/zipball/3c4db3a7953ac414b947c183548b6a5b825da738", + "reference": "3c4db3a7953ac414b947c183548b6a5b825da738", "shasum": "" }, "require": { - "php": ">=7.2" + "php": "^8.0 || ^8.1 || ^8.2 || 8.3" }, "require-dev": { "phlak/coding-standards": "^2.0", - "psy/psysh": "^0.11.1", - "vimeo/psalm": "^4.3", - "yoast/phpunit-polyfills": "^1.0" + "phpstan/phpstan": "^1.11", + "phpunit/phpunit": "^9.0 || ^10.0", + "yoast/phpunit-polyfills": "^2.0" }, "type": "library", "autoload": { @@ -792,7 +792,7 @@ "description": "Semantic versioning helper library", "support": { "issues": "https://github.com/PHLAK/SemVer/issues", - "source": "https://github.com/PHLAK/SemVer/tree/4.1.0" + "source": "https://github.com/PHLAK/SemVer/tree/5.0.0" }, "funding": [ { @@ -804,7 +804,7 @@ "type": "paypal" } ], - "time": "2022-12-23T20:28:04+00:00" + "time": "2024-08-02T16:57:17+00:00" }, { "name": "phootwork/collection",