Skip to content

Commit

Permalink
[TASK] Set TYPO3 12.4.2+ as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dkd-kaehm authored and dkd-friedrich committed Jun 28, 2023
1 parent 4cf34a0 commit a0f7735
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ext-simplexml": "*",
"solarium/solarium": "6.2.7",
"typo3/cms-backend": "*",
"typo3/cms-core": "12.4.*@dev",
"typo3/cms-core": "^v12.4.2",
"typo3/cms-extbase": "*",
"typo3/cms-fluid": "*",
"typo3/cms-frontend": "*",
Expand Down Expand Up @@ -91,8 +91,8 @@
"tests:setup": [
"@tests:env",
"@composer req --update-with-all-dependencies typo3/cms-core:${TYPO3_VERSION}",
"rm -Rf .Build/vendor/typo3/cms-core",
"@composer update --prefer-source typo3/cms-core",
"@composer reinstall --prefer-source typo3/cms-core",
"@composer dump-autoload",
"@tests:restore-git"
],
"tests:unit": [
Expand All @@ -118,7 +118,6 @@
},
"typo3/cms": {
"extension-key": "solr",
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web"
},
"TYPO3-Solr": {
Expand Down

0 comments on commit a0f7735

Please sign in to comment.