diff options
Diffstat (limited to 'installed.json')
-rw-r--r-- | installed.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/installed.json b/installed.json index 3f714cd..26e2d2b 100644 --- a/installed.json +++ b/installed.json @@ -227,27 +227,27 @@ }, { "name": "composer/semver", - "version": "3.2.7", - "version_normalized": "3.2.7.0", + "version": "3.2.9", + "version_normalized": "3.2.9.0", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "deac27056b57e46faf136fae7b449eeaa71661ee" + "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/deac27056b57e46faf136fae7b449eeaa71661ee", - "reference": "deac27056b57e46faf136fae7b449eeaa71661ee", + "url": "https://api.github.com/repos/composer/semver/zipball/a951f614bd64dcd26137bc9b7b2637ddcfc57649", + "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^0.12.54", + "phpstan/phpstan": "^1.4", "symfony/phpunit-bridge": "^4.2 || ^5" }, - "time": "2022-01-04T09:57:54+00:00", + "time": "2022-02-04T13:58:43+00:00", "type": "library", "extra": { "branch-alias": { @@ -291,7 +291,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.2.7" + "source": "https://github.com/composer/semver/tree/3.2.9" }, "funding": [ { @@ -663,12 +663,12 @@ "type": "library", "installation-source": "dist", "autoload": { - "psr-4": { - "React\\Promise\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "React\\Promise\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ |