Skip to content

Commit

Permalink
Change composer package name
Browse files Browse the repository at this point in the history
This is needed for BlueSpice build mechanism

Change-Id: I6c00d93d2467a825d63171ece85198f7c4835c3c
  • Loading branch information
rvogel committed May 4, 2018
1 parent 7b93417 commit d23f425
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
@@ -1,5 +1,5 @@
{
"name": "hallowelt/blue-spice-extensions",
"name": "bluespice/legacy-extensions",
"description": "This package consists of a number of separate MediaWiki extensions that depend on hallowelt/bluespice-foundation",
"keywords": [
"mediawiki",
Expand All @@ -15,6 +15,9 @@
"homepage": "http://www.hallowelt.com"
}
],
"extra": {
"installer-name": "BlueSpiceExtensions"
},
"require": {
"composer/installers": "~1.0"
},
Expand Down

0 comments on commit d23f425

Please sign in to comment.