Squashed 'Modules/Core/' changes from 5720517..6c75acf
6c75acf Remove annotation 717f987 Removing unused tests f05fdd8 yaml spacing f342c79 casing 878cb31 lower casing bf7f7de adding composer install a59d0d4 add phpunit to require dev 7c54e49 Adding laravel to requirements 21f7c7c Adding phpunit file c9d6d5d Add a bootstrap file for independent testing cd54417 Add a composer file git-subtree-dir: Modules/Core git-subtree-split: 6c75acfe9d58d23528e30355d495e97b2a2c02a8
Showing
bootstrap/autoload.php
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "asgardcms/core-module", | ||
"type": "asgard-module", | ||
"description": "The core module for AsgardCMS. This is required for every install.", | ||
"keywords": [ | ||
"asgardcms", | ||
"core" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Nicolas Widart", | ||
"email": "info@asgardcms.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"support": { | ||
"email": "support@asgardcms.com", | ||
"issues": "https://github.com/AsgardCms/Core/issues", | ||
"source": "https://github.com/AsgardCms/Core" | ||
}, | ||
"require": { | ||
"php": ">=5.4", | ||
"composer/installers": "~1.0", | ||
"laravel/framework": "dev-master#ba916851321b9233cb56a0fb1deb41043b7df5fb" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~4.0" | ||
}, | ||
"minimum-stability": "dev" | ||
} |
phpunit.xml
0 → 100644
Please register or sign in to comment