Skip to content

Commit

Permalink
composer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toniher committed Oct 20, 2016
1 parent 8e800eb commit b6701eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
],
"require": {
"php": ">=5.3.0",
"composer/installers": "1.*,>=1.0.1"
"composer/installers": "1.*,>=1.0.1",
"mediawiki/semantic-media-wiki": "~2.1"
},
"autoload": {
"files": ["SMWParent.php"],
"files": ["SMWParent.php"]
}
}

0 comments on commit b6701eb

Please sign in to comment.