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