Update branch alias for 3.x to 3.1.x-dev

This commit is contained in:
Damian Mooyman 2017-11-28 13:09:17 +13:00
parent 81a45e2819
commit 04789ceac1
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A

View File

@ -42,6 +42,11 @@
"SilverStripe\\BehatExtension\\Tests\\": "tests/php/" "SilverStripe\\BehatExtension\\Tests\\": "tests/php/"
} }
}, },
"extra": {
"branch-alias": {
"3.x-dev": "3.1.x-dev"
}
},
"scripts": { "scripts": {
"lint": "phpcs --standard=PSR2 -n src/ tests/php/" "lint": "phpcs --standard=PSR2 -n src/ tests/php/"
}, },