Merge remote-tracking branch 'origin/3.5' into 3.6

This commit is contained in:
Damian Mooyman 2017-12-06 17:18:51 +13:00
commit 45b3cb6a43
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
4 changed files with 29 additions and 8 deletions

19
.cow.json Normal file
View File

@ -0,0 +1,19 @@
{
"github-slug": "silverstripe/silverstripe-installer",
"changelog-holder": "silverstripe/framework",
"changelog-path": "docs/en/04_Changelogs/{stability}/{version}.md",
"child-stability-inherit": true,
"dependency-constraint": "exact",
"vendors": [
"silverstripe"
],
"archives": [
{
"recipe": "silverstripe/installer",
"files": [
"SilverStripe-cms-v{version}.zip",
"SilverStripe-cms-v{version}.tar.gz"
]
}
]
}

8
.gitignore vendored
View File

@ -4,8 +4,10 @@
# ignore all environment files
_ss_environment.php
# ignore build tools
/tools/phing-metadata
# ignore composer vendor folder
/vendor/
/framework/
/cms/
/assets/
/siteconfig/
/reports/

8
assets/.gitignore vendored
View File

@ -1,4 +1,4 @@
# Ignore sensible defaults
/*/
/error-*.html
/_combinedfiles/
/**/*
!.gitignore
!.htaccess
!web.config

View File

@ -10,7 +10,7 @@
"silverstripe-themes/simple": "3.1.*"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"
"phpunit/phpunit": "^3 || ^4 || ^5"
},
"extra": {
"branch-alias": {