Browse Source

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>
pull/33268/head
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
0bddfb596c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 29
      composer.lock

29
composer.lock

@ -9,29 +9,36 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "bamarni/composer-bin-plugin", "name": "bamarni/composer-bin-plugin",
"version": "v1.5.0",
"version": "1.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bamarni/composer-bin-plugin.git", "url": "https://github.com/bamarni/composer-bin-plugin.git",
"reference": "49934ffea764864788334c1485fbb08a4b852031"
"reference": "24764700027bcd3cb072e5f8005d4a150fe714fe"
}, },
"dist": { "dist": {
"type": "zip", "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": "" "shasum": ""
}, },
"require": { "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": { "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", "type": "composer-plugin",
"extra": { "extra": {
"class": "Bamarni\\Composer\\Bin\\Plugin"
"class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -53,9 +60,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/bamarni/composer-bin-plugin/issues", "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": [], "aliases": [],

Loading…
Cancel
Save