mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 21:56:12 +01:00
Remove unnecessary complexity from install
There is no need to require anything, as only a single TYPO3 version is supported.
This commit is contained in:
parent
1f082ab673
commit
96a1db31ed
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -12,8 +12,7 @@ typo3DatabaseHost ?= "127.0.0.1"
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: clean
|
install: clean
|
||||||
COMPOSER_PROCESS_TIMEOUT=1000 composer require --dev typo3/cms-core="$(TYPO3_VERSION)"
|
composer install
|
||||||
git checkout composer.json
|
|
||||||
|
|
||||||
cgl:
|
cgl:
|
||||||
./.Build/bin/phpcs
|
./.Build/bin/phpcs
|
||||||
|
|
Loading…
Reference in a new issue