Update composer.json

This commit is contained in:
Samuel Georges 2014-05-08 21:28:03 +10:00
parent 2fe103dca5
commit 5f196ca69d
1 changed files with 3 additions and 1 deletions

View File

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