started to compatible with composer 2 but oomphinc/composer-installers-extender requires php 7.1

This commit is contained in:
2021-07-05 14:22:46 +02:00
parent acee736cfa
commit 52f5b85f52
Generated
+46 -22
View File
@@ -169,34 +169,38 @@
}, },
{ {
"name": "composer/installers", "name": "composer/installers",
"version": "v1.7.0", "version": "v1.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/installers.git", "url": "https://github.com/composer/installers.git",
"reference": "141b272484481432cda342727a427dc1e206bfa0" "reference": "ae03311f45dfe194412081526be2e003960df74b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/141b272484481432cda342727a427dc1e206bfa0", "url": "https://api.github.com/repos/composer/installers/zipball/ae03311f45dfe194412081526be2e003960df74b",
"reference": "141b272484481432cda342727a427dc1e206bfa0", "reference": "ae03311f45dfe194412081526be2e003960df74b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-plugin-api": "^1.0" "composer-plugin-api": "^1.0 || ^2.0"
}, },
"replace": { "replace": {
"roundcube/plugin-installer": "*", "roundcube/plugin-installer": "*",
"shama/baton": "*" "shama/baton": "*"
}, },
"require-dev": { "require-dev": {
"composer/composer": "1.0.*@dev", "composer/composer": "1.6.* || ^2.0",
"phpunit/phpunit": "^4.8.36" "composer/semver": "^1 || ^3",
"phpstan/phpstan": "^0.12.55",
"phpstan/phpstan-phpunit": "^0.12.16",
"symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^2.3"
}, },
"type": "composer-plugin", "type": "composer-plugin",
"extra": { "extra": {
"class": "Composer\\Installers\\Plugin", "class": "Composer\\Installers\\Plugin",
"branch-alias": { "branch-alias": {
"dev-master": "1.0-dev" "dev-main": "1.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -226,6 +230,7 @@
"Kanboard", "Kanboard",
"Lan Management System", "Lan Management System",
"MODX Evo", "MODX Evo",
"MantisBT",
"Mautic", "Mautic",
"Maya", "Maya",
"OXID", "OXID",
@@ -233,6 +238,7 @@
"Porto", "Porto",
"RadPHP", "RadPHP",
"SMF", "SMF",
"Starbug",
"Thelia", "Thelia",
"Whmcs", "Whmcs",
"WolfCMS", "WolfCMS",
@@ -266,6 +272,7 @@
"majima", "majima",
"mako", "mako",
"mediawiki", "mediawiki",
"miaoxing",
"modulework", "modulework",
"modx", "modx",
"moodle", "moodle",
@@ -273,6 +280,7 @@
"phpbb", "phpbb",
"piwik", "piwik",
"ppi", "ppi",
"processwire",
"puppet", "puppet",
"pxcms", "pxcms",
"reindex", "reindex",
@@ -280,14 +288,30 @@
"shopware", "shopware",
"silverstripe", "silverstripe",
"sydes", "sydes",
"sylius",
"symfony", "symfony",
"tastyigniter",
"typo3", "typo3",
"wordpress", "wordpress",
"yawik", "yawik",
"zend", "zend",
"zikula" "zikula"
], ],
"time": "2019-08-12T15:00:31+00:00" "funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2021-04-28T06:42:17+00:00"
}, },
{ {
"name": "composer/semver", "name": "composer/semver",
@@ -1118,24 +1142,24 @@
}, },
{ {
"name": "cweagans/composer-patches", "name": "cweagans/composer-patches",
"version": "1.6.7", "version": "1.7.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/cweagans/composer-patches.git", "url": "https://github.com/cweagans/composer-patches.git",
"reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590" "reference": "9888dcc74993c030b75f3dd548bb5e20cdbd740c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2e6f72a2ad8d59cd7e2b729f218bf42adb14f590", "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/9888dcc74993c030b75f3dd548bb5e20cdbd740c",
"reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590", "reference": "9888dcc74993c030b75f3dd548bb5e20cdbd740c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-plugin-api": "^1.0", "composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
"require-dev": { "require-dev": {
"composer/composer": "~1.0", "composer/composer": "~1.0 || ~2.0",
"phpunit/phpunit": "~4.6" "phpunit/phpunit": "~4.6"
}, },
"type": "composer-plugin", "type": "composer-plugin",
@@ -1158,7 +1182,7 @@
} }
], ],
"description": "Provides a way to patch Composer packages.", "description": "Provides a way to patch Composer packages.",
"time": "2019-08-29T20:11:49+00:00" "time": "2021-06-08T15:12:46+00:00"
}, },
{ {
"name": "dflydev/dot-access-configuration", "name": "dflydev/dot-access-configuration",
@@ -3200,20 +3224,20 @@
}, },
{ {
"name": "drupal/core-composer-scaffold", "name": "drupal/core-composer-scaffold",
"version": "8.8.6", "version": "8.9.16",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/drupal/core-composer-scaffold.git", "url": "https://github.com/drupal/core-composer-scaffold.git",
"reference": "4825cb5234c28dff79ad298db582dfb23ff4ca59" "reference": "c902d07cb49ef73777e2b33a39e54c2861a8c81d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/4825cb5234c28dff79ad298db582dfb23ff4ca59", "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/c902d07cb49ef73777e2b33a39e54c2861a8c81d",
"reference": "4825cb5234c28dff79ad298db582dfb23ff4ca59", "reference": "c902d07cb49ef73777e2b33a39e54c2861a8c81d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-plugin-api": "^1.0.0", "composer-plugin-api": "^1 || ^2",
"php": ">=7.0.8" "php": ">=7.0.8"
}, },
"conflict": { "conflict": {
@@ -3243,7 +3267,7 @@
"keywords": [ "keywords": [
"drupal" "drupal"
], ],
"time": "2020-03-10T10:15:17+00:00" "time": "2020-08-07T22:30:30+00:00"
}, },
{ {
"name": "drupal/core-recommended", "name": "drupal/core-recommended",