diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-18 16:58:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 16:58:24 +0000 |
commit | 0bddfb596c29949c4eb8805d101447c97faf9d1c (patch) | |
tree | e484481761dc29a2f19a1286765ca63795bd5e88 /composer.lock | |
parent | d07b78635e9cfe0f1c5219cef48d4506f4b43314 (diff) | |
download | nextcloud-server-0bddfb596c29949c4eb8805d101447c97faf9d1c.tar.gz nextcloud-server-0bddfb596c29949c4eb8805d101447c97faf9d1c.zip |
Bump bamarni/composer-bin-plugin from 1.5.0 to 1.8.0
Bumps [bamarni/composer-bin-plugin](https://github.com/bamarni/composer-bin-plugin) from 1.5.0 to 1.8.0.
- [Release notes](https://github.com/bamarni/composer-bin-plugin/releases)
- [Commits](https://github.com/bamarni/composer-bin-plugin/compare/v1.5.0...1.8.0)
---
updated-dependencies:
- dependency-name: bamarni/composer-bin-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/composer.lock b/composer.lock index 0898d151e57..0176e90bcf5 100644 --- a/composer.lock +++ b/composer.lock @@ -9,29 +9,36 @@ "packages-dev": [ { "name": "bamarni/composer-bin-plugin", - "version": "v1.5.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/bamarni/composer-bin-plugin.git", - "reference": "49934ffea764864788334c1485fbb08a4b852031" + "reference": "24764700027bcd3cb072e5f8005d4a150fe714fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/49934ffea764864788334c1485fbb08a4b852031", - "reference": "49934ffea764864788334c1485fbb08a4b852031", + "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/24764700027bcd3cb072e5f8005d4a150fe714fe", + "reference": "24764700027bcd3cb072e5f8005d4a150fe714fe", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0 || ^2.0", - "php": "^5.5.9 || ^7.0 || ^8.0" + "composer-plugin-api": "^2.0", + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "composer/composer": "^1.0 || ^2.0", - "symfony/console": "^2.5 || ^3.0 || ^4.0" + "composer/composer": "^2.0", + "ext-json": "*", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpunit/phpunit": "^8.5 || ^9.5", + "symfony/console": "^5.4.7 || ^6.0.7", + "symfony/finder": "^5.4.7 || ^6.0.7", + "symfony/process": "^5.4.7 || ^6.0.7" }, "type": "composer-plugin", "extra": { - "class": "Bamarni\\Composer\\Bin\\Plugin" + "class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin" }, "autoload": { "psr-4": { @@ -53,9 +60,9 @@ ], "support": { "issues": "https://github.com/bamarni/composer-bin-plugin/issues", - "source": "https://github.com/bamarni/composer-bin-plugin/tree/v1.5.0" + "source": "https://github.com/bamarni/composer-bin-plugin/tree/1.8.0" }, - "time": "2022-02-22T21:01:25+00:00" + "time": "2022-07-14T10:29:51+00:00" } ], "aliases": [], |