Skip to content

Commit d2a20ea

Browse files
committed
chore: update composer
Signed-off-by: skjnldsv <[email protected]>
1 parent 4829ac5 commit d2a20ea

File tree

2 files changed

+6
-78
lines changed

2 files changed

+6
-78
lines changed
Lines changed: 3 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,5 @@
11
{
2-
"packages": [
3-
{
4-
"name": "bamarni/composer-bin-plugin",
5-
"version": "1.8.2",
6-
"version_normalized": "1.8.2.0",
7-
"source": {
8-
"type": "git",
9-
"url": "https://github.com/bamarni/composer-bin-plugin.git",
10-
"reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880"
11-
},
12-
"dist": {
13-
"type": "zip",
14-
"url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
15-
"reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
16-
"shasum": ""
17-
},
18-
"require": {
19-
"composer-plugin-api": "^2.0",
20-
"php": "^7.2.5 || ^8.0"
21-
},
22-
"require-dev": {
23-
"composer/composer": "^2.0",
24-
"ext-json": "*",
25-
"phpstan/extension-installer": "^1.1",
26-
"phpstan/phpstan": "^1.8",
27-
"phpstan/phpstan-phpunit": "^1.1",
28-
"phpunit/phpunit": "^8.5 || ^9.5",
29-
"symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
30-
"symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
31-
"symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
32-
},
33-
"time": "2022-10-31T08:38:03+00:00",
34-
"type": "composer-plugin",
35-
"extra": {
36-
"class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin"
37-
},
38-
"installation-source": "dist",
39-
"autoload": {
40-
"psr-4": {
41-
"Bamarni\\Composer\\Bin\\": "src"
42-
}
43-
},
44-
"notification-url": "https://packagist.org/downloads/",
45-
"license": [
46-
"MIT"
47-
],
48-
"description": "No conflicts for your bin dependencies",
49-
"keywords": [
50-
"composer",
51-
"conflict",
52-
"dependency",
53-
"executable",
54-
"isolation",
55-
"tool"
56-
],
57-
"support": {
58-
"issues": "https://github.com/bamarni/composer-bin-plugin/issues",
59-
"source": "https://github.com/bamarni/composer-bin-plugin/tree/1.8.2"
60-
},
61-
"install-path": "../bamarni/composer-bin-plugin"
62-
}
63-
],
64-
"dev": true,
65-
"dev-package-names": [
66-
"bamarni/composer-bin-plugin"
67-
]
2+
"packages": [],
3+
"dev": false,
4+
"dev-package-names": []
685
}

lib/composer/composer/installed.php

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,21 @@
33
'name' => '__root__',
44
'pretty_version' => 'dev-master',
55
'version' => 'dev-master',
6-
'reference' => 'c2cf24c4bc7f69c61df1ac5693311da15716673c',
6+
'reference' => '3fce359f4c606737b21b1b4213efd5bc5536e867',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../../',
99
'aliases' => array(),
10-
'dev' => true,
10+
'dev' => false,
1111
),
1212
'versions' => array(
1313
'__root__' => array(
1414
'pretty_version' => 'dev-master',
1515
'version' => 'dev-master',
16-
'reference' => 'c2cf24c4bc7f69c61df1ac5693311da15716673c',
16+
'reference' => '3fce359f4c606737b21b1b4213efd5bc5536e867',
1717
'type' => 'library',
1818
'install_path' => __DIR__ . '/../../../',
1919
'aliases' => array(),
2020
'dev_requirement' => false,
2121
),
22-
'bamarni/composer-bin-plugin' => array(
23-
'pretty_version' => '1.8.2',
24-
'version' => '1.8.2.0',
25-
'reference' => '92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880',
26-
'type' => 'composer-plugin',
27-
'install_path' => __DIR__ . '/../bamarni/composer-bin-plugin',
28-
'aliases' => array(),
29-
'dev_requirement' => true,
30-
),
3122
),
3223
);

0 commit comments

Comments
 (0)