mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 10:16:10 +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
|
||||
install: clean
|
||||
COMPOSER_PROCESS_TIMEOUT=1000 composer require --dev typo3/cms-core="$(TYPO3_VERSION)"
|
||||
git checkout composer.json
|
||||
composer install
|
||||
|
||||
cgl:
|
||||
./.Build/bin/phpcs
|
||||
|
|
Loading…
Reference in a new issue