Update manifest.

This commit is contained in:
Toby Zerner 2015-06-08 15:05:22 +09:30
parent 6f50614855
commit f569d00314
2 changed files with 2 additions and 6 deletions

View File

@ -1,11 +1,7 @@
{
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"Flarum\\Categories\\": "src/"
}
},
"minimum-stability": "dev"
}
}

View File

@ -14,7 +14,7 @@
"license": "MIT",
"require": {
"php": ">=5.4.0",
"flarum": ">1.0.0"
"flarum": ">0.1.0"
},
"links": {
"github": "https://github.com/flarum/categories",