29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-24 22:39:31 +00:00

[4.0] Fix notice about duplicate joomla/mediawiki in composer.json when running composer install (#35974)

* Remove duplicate joomla/mediawiki in composer.json

* Update lock file too
This commit is contained in:
Richard Fath 2021-11-07 20:49:44 +01:00 committed by GitHub
parent c7a53c67c3
commit f7bafef9e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -88,7 +88,6 @@
"phpunit/phpunit": "^8.5",
"joomla/cms-coding-standards": "~2.0.0-alpha2@dev",
"joomla/coding-standards": "~3.0@dev",
"joomla/mediawiki": "dev-master",
"friendsofphp/php-cs-fixer": "^3.0",
"squizlabs/php_codesniffer": "~3.0",
"joomla-projects/joomla-browser": "~4.0@dev",

4
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "52818c07604214e567c5e6d6413a7a3c",
"content-hash": "1da875478fc037b5b7b0c997043f2416",
"packages": [
{
"name": "algo26-matthias/idna-convert",
@ -9827,5 +9827,5 @@
"platform-overrides": {
"php": "7.2.5"
},
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.1.0"
}