Skip to content

Commit

Permalink
[TASK] Sync Setup within composer.json with TYPO3 12 stack
Browse files Browse the repository at this point in the history
  • Loading branch information
dkd-kaehm committed Aug 15, 2023
1 parent 59bc08c commit ca4d7df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.cache
.Build
.DS_Store
.php-cs-fixer.php
/.buildpath
/.idea/
/.project
Expand All @@ -15,7 +16,3 @@ typo3temp
uploads
var
vendor
composer.lock
.Build
tika_pid
*.cache
20 changes: 0 additions & 20 deletions .php-cs-fixer.php

This file was deleted.

6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
},
"scripts": {
"post-autoload-dump": [
"mkdir -p .Build/Web/typo3conf/ext/",
"[ -L .Build/Web/typo3conf/ext/tika ] || ln -snvf ../../../../. .Build/Web/typo3conf/ext/tika"
"mkdir -p .Build/vendor/apache-solr-for-typo3",
"[ -L .Build/vendor/apache-solr-for-typo3/tika ] || ln -snvf ../../../. .Build/vendor/apache-solr-for-typo3/tika"
],
"tika:download": [ "CALLED_VIA_COMPOSER=1 REQUIRED_TIKA_VERSION=$($COMPOSER_BINARY tika:req:tika) ./Build/Helpers/download_tika_binaries.sh"],
"tika:download:app": [ "@tika:download -a" ],
Expand All @@ -90,6 +90,8 @@
"@composer req --update-with-all-dependencies typo3/cms-core:${TYPO3_VERSION}",
"@composer reinstall --prefer-source typo3/cms-core apache-solr-for-typo3/solr",
"@composer dump-autoload",
"cp .Build/vendor/apache-solr-for-typo3/solr/.php-cs-fixer.php .",
"@composer global require sclable/xml-lint scrutinizer/ocular",
"echo \"Restoring composer.json to initial state:\" && git checkout composer.json"
],
"tests:unit": [ "phpunit --colors -c Build/Test/UnitTests.xml --bootstrap=Build/Test/UnitTestsBootstrap.php" ],
Expand Down

0 comments on commit ca4d7df

Please sign in to comment.