Update composer.json
This commit is contained in:
parent
57e453a144
commit
30c53183e5
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "october/backend",
|
"name": "october/backend",
|
||||||
|
"type": "october-module",
|
||||||
"description": "Backend module for October CMS",
|
"description": "Backend module for October CMS",
|
||||||
"homepage": "http://octobercms.com",
|
"homepage": "http://octobercms.com",
|
||||||
"keywords": ["october cms", "october", "backend"],
|
"keywords": ["october cms", "october", "backend"],
|
||||||
|
|
@ -16,7 +17,8 @@
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"october/rain": "1.*"
|
"october/rain": "1.*",
|
||||||
|
"composer/installers": "~1.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue