Set reports and siteconfig version dependency

This commit is contained in:
Damian Mooyman 2015-06-18 11:41:59 +12:00
parent a9d4bef2a4
commit 7b6f62968c

View File

@ -5,16 +5,13 @@
"php": ">=5.3.2",
"silverstripe/cms": "self.version",
"silverstripe/framework": "self.version",
"silverstripe/reports": "self.version",
"silverstripe/siteconfig": "self.version",
"silverstripe-themes/simple": "*"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"
},
"extra": {
"branch-alias": {
"3.x-dev": "3.2.x-dev"
}
},
"config": {
"process-timeout": 600
},