mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
DEP Remove branch alias
This commit is contained in:
parent
c0b818fc49
commit
51ca5b437c
@ -26,7 +26,7 @@
|
|||||||
"monolog/monolog": "~1.15",
|
"monolog/monolog": "~1.15",
|
||||||
"ptcinc/solr-php-client": "^1.0",
|
"ptcinc/solr-php-client": "^1.0",
|
||||||
"symfony/process": "^3.2",
|
"symfony/process": "^3.2",
|
||||||
"tractorcow/silverstripe-proxy-db" : "~0.1"
|
"tractorcow/silverstripe-proxy-db": "~0.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"silverstripe/cms": "^4.0",
|
"silverstripe/cms": "^4.0",
|
||||||
@ -42,11 +42,7 @@
|
|||||||
"bin": [
|
"bin": [
|
||||||
"bin/fulltextsearch_quickstart"
|
"bin/fulltextsearch_quickstart"
|
||||||
],
|
],
|
||||||
"extra": {
|
"extra": {},
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "4.x-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "phpcs -s src/ tests/",
|
"lint": "phpcs -s src/ tests/",
|
||||||
"lint-clean": "phpcbf src/ tests/"
|
"lint-clean": "phpcbf src/ tests/"
|
||||||
|
Loading…
Reference in New Issue
Block a user