Skip to content

Commit

Permalink
Merge pull request #13 from RostyslavMatviyiv/master
Browse files Browse the repository at this point in the history
[TASK] Migrate to TYPO3 11
  • Loading branch information
bmack authored Oct 19, 2022
2 parents 6bd766d + 92c41c8 commit 8a1b165
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
composer.lock
vendor
vendor
.idea
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"require": {
"php": ">=7.2 <7.5",
"symfony/yaml": "^2.7 || ^3.0 || ^4.0",
"typo3/cms-core": "^9.0 || ^10.0",
"helhum/typo3-console": "^5.0 || ^6.0",
"symfony/yaml": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"typo3/cms-core": "^9.0 || ^10.0 || ^11.0",
"helhum/typo3-console": "^5.0 || ^6.0 || ^7.0",
"ext-json": "*"
}
}

0 comments on commit 8a1b165

Please sign in to comment.