Skip to content

Commit

Permalink
Attempt to make coveralls.io and composer support work at the same time
Browse files Browse the repository at this point in the history
Change-Id: I4670bfef58be8ff76f79e56221cedf105c66004d
  • Loading branch information
JeroenDeDauw committed Nov 4, 2013
1 parent b94a25a commit a677b85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions SemanticMediaWiki.composer.php
@@ -0,0 +1,5 @@
<?php

if ( !defined( 'SMW_VERSION' ) ) {
include_once( __DIR__ . 'SemanticMediaWiki.php' );
}
7 changes: 6 additions & 1 deletion composer.json
Expand Up @@ -41,5 +41,10 @@
"composer/installers": ">=1.0.1",
"param-processor/param-processor": "dev-master"
},
"minimum-stability" : "dev"
"minimum-stability" : "dev",
"autoload": {
"files" : [
"SemanticMediaWiki.composer.php"
]
}
}

0 comments on commit a677b85

Please sign in to comment.