diff --git a/composer.json b/composer.json index 364514e8..9d98f80e 100644 --- a/composer.json +++ b/composer.json @@ -1,33 +1,35 @@ { - "name": "silverstripe/reports", - "type": "silverstripe-module", - "description": "Reports module for SilverStripe CMS", - "homepage": "http://silverstripe.org", - "license": "BSD-3-Clause", - "keywords": ["silverstripe", "cms", "reports"], - "authors": [ - { - "name": "SilverStripe", - "homepage": "http://silverstripe.com" - }, - { - "name": "The SilverStripe Community", - "homepage": "http://silverstripe.org" - } - ], - "require": { - "php": "^5.3.3 || ^7", - "silverstripe/framework": "~3.3" - }, - "extra": { - "branch-alias": { - "3.x-dev": "3.7.x-dev" - } - }, - "require-dev": { - "phpunit/phpunit": "^3 || ^4 || ^5" - }, - "autoload": { - "classmap": ["code"] - } -} + "name": "silverstripe/reports", + "type": "silverstripe-module", + "description": "Reports module for SilverStripe CMS", + "homepage": "http://silverstripe.org", + "license": "BSD-3-Clause", + "keywords": [ + "silverstripe", + "cms", + "reports" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "require": { + "php": "^5.3.3 || ^7", + "silverstripe/framework": "~3.3" + }, + "extra": [], + "require-dev": { + "phpunit/phpunit": "^3 || ^4 || ^5" + }, + "autoload": { + "classmap": [ + "code" + ] + } +} \ No newline at end of file