Update composer/installers to 2.x

This commit is contained in:
Chris Thompson 2022-11-16 16:33:04 -05:00
parent b9b8576048
commit 359ae94370
2 changed files with 16 additions and 22 deletions

View file

@ -32,7 +32,7 @@
} }
}, },
"require": { "require": {
"composer/installers": "^1.9", "composer/installers": "^2.2",
"cweagans/composer-patches": "^1.7", "cweagans/composer-patches": "^1.7",
"drupal/allowed_formats": "^1.1", "drupal/allowed_formats": "^1.1",
"drupal/auto_entitylabel": "^3.0@beta", "drupal/auto_entitylabel": "^3.0@beta",

36
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "a17b0d9b617c443eca5bcd7c032fa1f7", "content-hash": "f6442dfe520b34c816abdce2837a7ffc",
"packages": [ "packages": [
{ {
"name": "abraham/twitteroauth", "name": "abraham/twitteroauth",
@ -675,39 +675,37 @@
}, },
{ {
"name": "composer/installers", "name": "composer/installers",
"version": "v1.12.0", "version": "v2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/installers.git", "url": "https://github.com/composer/installers.git",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19" "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19", "url": "https://api.github.com/repos/composer/installers/zipball/c29dc4b93137acb82734f672c37e029dfbd95b35",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19", "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-plugin-api": "^1.0 || ^2.0" "composer-plugin-api": "^1.0 || ^2.0",
}, "php": "^7.2 || ^8.0"
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
}, },
"require-dev": { "require-dev": {
"composer/composer": "1.6.* || ^2.0", "composer/composer": "1.6.* || ^2.0",
"composer/semver": "^1 || ^3", "composer/semver": "^1 || ^3",
"phpstan/phpstan": "^0.12.55", "phpstan/phpstan": "^0.12.55",
"phpstan/phpstan-phpunit": "^0.12.16", "phpstan/phpstan-phpunit": "^0.12.16",
"symfony/phpunit-bridge": "^4.2 || ^5", "symfony/phpunit-bridge": "^5.3",
"symfony/process": "^2.3" "symfony/process": "^5"
}, },
"type": "composer-plugin", "type": "composer-plugin",
"extra": { "extra": {
"class": "Composer\\Installers\\Plugin", "class": "Composer\\Installers\\Plugin",
"branch-alias": { "branch-alias": {
"dev-main": "1.x-dev" "dev-main": "2.x-dev"
} },
"plugin-modifies-install-path": true
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -728,7 +726,6 @@
"description": "A multi-framework Composer library installer", "description": "A multi-framework Composer library installer",
"homepage": "https://composer.github.io/installers/", "homepage": "https://composer.github.io/installers/",
"keywords": [ "keywords": [
"Craft",
"Dolibarr", "Dolibarr",
"Eliasis", "Eliasis",
"Hurad", "Hurad",
@ -749,7 +746,6 @@
"Whmcs", "Whmcs",
"WolfCMS", "WolfCMS",
"agl", "agl",
"aimeos",
"annotatecms", "annotatecms",
"attogram", "attogram",
"bitrix", "bitrix",
@ -768,7 +764,6 @@
"grav", "grav",
"installer", "installer",
"itop", "itop",
"joomla",
"known", "known",
"kohana", "kohana",
"laravel", "laravel",
@ -777,6 +772,7 @@
"magento", "magento",
"majima", "majima",
"mako", "mako",
"matomo",
"mediawiki", "mediawiki",
"miaoxing", "miaoxing",
"modulework", "modulework",
@ -796,9 +792,7 @@
"silverstripe", "silverstripe",
"sydes", "sydes",
"sylius", "sylius",
"symfony",
"tastyigniter", "tastyigniter",
"typo3",
"wordpress", "wordpress",
"yawik", "yawik",
"zend", "zend",
@ -806,7 +800,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/composer/installers/issues", "issues": "https://github.com/composer/installers/issues",
"source": "https://github.com/composer/installers/tree/v1.12.0" "source": "https://github.com/composer/installers/tree/v2.2.0"
}, },
"funding": [ "funding": [
{ {
@ -822,7 +816,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-09-13T08:19:44+00:00" "time": "2022-08-20T06:45:11+00:00"
}, },
{ {
"name": "composer/semver", "name": "composer/semver",