updated core and modules

This commit is contained in:
Bachir Soussi Chiadmi
2017-09-09 16:27:51 +02:00
parent 027aa99b32
commit 41863f872c
7810 changed files with 318922 additions and 83631 deletions
+19 -4
View File
@@ -1,6 +1,6 @@
{
"name": "composer/installers",
"type": "composer-installer",
"type": "composer-plugin",
"license": "MIT",
"description": "A multi-framework Composer library installer",
"keywords": [
@@ -8,9 +8,11 @@
"Aimeos",
"AGL",
"AnnotateCms",
"Attogram",
"Bitrix",
"CakePHP",
"Chef",
"Cockpit",
"CodeIgniter",
"concrete5",
"Craft",
@@ -19,15 +21,18 @@
"Dolibarr",
"Drupal",
"Elgg",
"ExpressionEngine",
"FuelPHP",
"Grav",
"Hurad",
"ImageCMS",
"Joomla",
"Kohana",
"Laravel",
"Lithium",
"Magento",
"Mako",
"Mautic",
"MODX Evo",
"MediaWiki",
"OXID",
@@ -35,8 +40,11 @@
"Moodle",
"Piwik",
"phpBB",
"Plentymarkets",
"PPI",
"Puppet",
"RadPHP",
"ReIndex",
"Roundcube",
"shopware",
"SilverStripe",
@@ -46,10 +54,11 @@
"TYPO3",
"WolfCMS",
"WordPress",
"YAWIK",
"Zend",
"Zikula"
],
"homepage": "http://composer.github.com/installers/",
"homepage": "https://composer.github.io/installers/",
"authors": [
{
"name": "Kyle Robinson Young",
@@ -58,10 +67,10 @@
}
],
"autoload": {
"psr-0": { "Composer\\Installers\\": "src/" }
"psr-4": { "Composer\\Installers\\": "src/Composer/Installers" }
},
"extra": {
"class": "Composer\\Installers\\Installer",
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
"dev-master": "1.0-dev"
}
@@ -70,8 +79,14 @@
"shama/baton": "*",
"roundcube/plugin-installer": "*"
},
"require": {
"composer-plugin-api": "^1.0"
},
"require-dev": {
"composer/composer": "1.0.*@dev",
"phpunit/phpunit": "4.1.*"
},
"scripts": {
"test": "phpunit"
}
}