diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-08-17 10:20:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 10:20:40 +0200 |
commit | a206b34d88d33b22182fc05a243c17bc398609b5 (patch) | |
tree | 2c071e572552c5b536f4c82ff4795ce69bd9b417 | |
parent | 082432e01cb3cb614139d285b769cb3f68310748 (diff) | |
parent | 7ecfa531afa4f428018d4ea3d71248b7824ad282 (diff) | |
download | nextcloud-server-a206b34d88d33b22182fc05a243c17bc398609b5.tar.gz nextcloud-server-a206b34d88d33b22182fc05a243c17bc398609b5.zip |
Merge pull request #33472 from nextcloud/dependabot/composer/bamarni/composer-bin-plugin-1.8.1
-rw-r--r-- | composer.lock | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/composer.lock b/composer.lock index 0176e90bcf5..46cdcd56358 100644 --- a/composer.lock +++ b/composer.lock @@ -9,16 +9,16 @@ "packages-dev": [ { "name": "bamarni/composer-bin-plugin", - "version": "1.8.0", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/bamarni/composer-bin-plugin.git", - "reference": "24764700027bcd3cb072e5f8005d4a150fe714fe" + "reference": "e12e9769c8ee97d036f7f98abf66b96cf3862346" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/24764700027bcd3cb072e5f8005d4a150fe714fe", - "reference": "24764700027bcd3cb072e5f8005d4a150fe714fe", + "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/e12e9769c8ee97d036f7f98abf66b96cf3862346", + "reference": "e12e9769c8ee97d036f7f98abf66b96cf3862346", "shasum": "" }, "require": { @@ -32,9 +32,9 @@ "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" + "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", + "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", + "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0" }, "type": "composer-plugin", "extra": { @@ -60,9 +60,9 @@ ], "support": { "issues": "https://github.com/bamarni/composer-bin-plugin/issues", - "source": "https://github.com/bamarni/composer-bin-plugin/tree/1.8.0" + "source": "https://github.com/bamarni/composer-bin-plugin/tree/1.8.1" }, - "time": "2022-07-14T10:29:51+00:00" + "time": "2022-08-03T19:58:11+00:00" } ], "aliases": [], |