Update composer.json

This commit is contained in:
Samuel Georges 2014-05-08 21:27:39 +10:00
parent 30c53183e5
commit 2fe103dca5
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{
"name": "october/cms",
"type": "october-module",
"description": "CMS module for October CMS",
"homepage": "http://octobercms.com",
"keywords": ["october cms", "october", "cms"],
@ -16,7 +17,8 @@
],
"require": {
"php": ">=5.3.0",
"october/rain": "1.*"
"october/rain": "1.*",
"composer/installers": "~1.0"
},
"autoload": {
"psr-0": {