mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
MNT Remove obsolete branch-alias
This commit is contained in:
parent
029078d157
commit
e5b77ff325
@ -3,7 +3,12 @@
|
|||||||
"description": "Provides an API for building environment tests",
|
"description": "Provides an API for building environment tests",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"type": "silverstripe-vendormodule",
|
"type": "silverstripe-vendormodule",
|
||||||
"keywords": ["silverstripe", "testing", "environment", "check"],
|
"keywords": [
|
||||||
|
"silverstripe",
|
||||||
|
"testing",
|
||||||
|
"environment",
|
||||||
|
"check"
|
||||||
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Will Rossiter",
|
"name": "Will Rossiter",
|
||||||
@ -23,11 +28,7 @@
|
|||||||
"sminnee/phpunit": "^5.7",
|
"sminnee/phpunit": "^5.7",
|
||||||
"squizlabs/php_codesniffer": "^3.0"
|
"squizlabs/php_codesniffer": "^3.0"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": [],
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "2.2.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"SilverStripe\\EnvironmentCheck\\": "src/",
|
"SilverStripe\\EnvironmentCheck\\": "src/",
|
||||||
|
Loading…
Reference in New Issue
Block a user