Added min stability for composer

Required for scrutinizer runs
This commit is contained in:
Ingo Schommer 2014-03-13 10:17:10 +13:00
parent 118776672a
commit e604ef833d

View File

@ -22,5 +22,6 @@
}, },
"autoload": { "autoload": {
"classmap": ["tests/behat/"] "classmap": ["tests/behat/"]
} },
"minimum-stability": "dev"
} }