Skip to content

Commit

Permalink
[FIX] Set composer dependencies properly
Browse files Browse the repository at this point in the history
Fixes: #234
  • Loading branch information
dkd-kaehm committed Nov 8, 2024
1 parent 009e383 commit 9fcfa46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
PHP: [ '8.2', '8.3' ]
TYPO3: [ 'dev-main' ]
TYPO3: [ '^13.4', '13.4.x-dev' ]
env:
typo3DatabaseName: 'typo3_ci'
typo3DatabaseHost: '127.0.0.1'
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"require": {
"php": "^8.2",
"ext-json": "*",
"typo3/cms-backend": "^v13.1",
"typo3/cms-core": "^v13.1",
"typo3/cms-extbase": "^v13.1",
"typo3/cms-filemetadata": "^v13.1",
"typo3/cms-fluid": "^v13.1",
"typo3/cms-reports": "^v13.1"
"typo3/cms-backend": "^v13.4.0",
"typo3/cms-core": "^v13.4.0",
"typo3/cms-extbase": "^v13.4.0",
"typo3/cms-filemetadata": "^v13.4.0",
"typo3/cms-fluid": "^v13.4.0",
"typo3/cms-reports": "^v13.4.0"
},
"require-dev": {
"apache-solr-for-typo3/solr": "13.0.x-dev",
Expand All @@ -41,7 +41,7 @@
"sclable/xml-lint": "^0.8.0",
"typo3/cms-lowlevel": "*",
"typo3/coding-standards": "v0.8.0",
"typo3/testing-framework": "dev-main#47bf0daab24b4210221f46a1fde59b9c3e245e39 as 9.0"
"typo3/testing-framework": "^9.0.1"
},
"suggest": {
"apache-solr-for-typo3/solr": "Allows to use Solr Cell - Apache Tika embedded in Apache Solr.",
Expand Down

0 comments on commit 9fcfa46

Please sign in to comment.