Add composer hints to let 'composer install' run on module.

Scrutinizer will download the module and run 'composer install' to check
the module's code. Without these changes, it is looking for a stable version
of 3.2, which doesn't currently exist.
This commit is contained in:
Sam Minnee 2015-08-12 11:16:31 +12:00
parent 22b367be66
commit 4357cd38c3

View File

@ -20,5 +20,7 @@
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}