Skip to content

Commit

Permalink
[SECURITY] Update dependencies to fix security issues (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed Feb 14, 2024
1 parent 6127276 commit e9c1846
Show file tree
Hide file tree
Showing 4 changed files with 8,608 additions and 411 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,8 +18,8 @@ Currently **TYPO3 10.4 ELTS** and **TYPO3 11.5 LTS** is supported with the follo

| Component | Constraints for 10 LTS | Constraints for 11 LTS |
| ----------------------- | ---------------------- | ---------------------- |
| TYPO3 | 10.4.42 | 11.5.33+ |
| PHP | 7.4.33 | 7.4.33 - 8.3.x |
| TYPO3 | 10.4.43+ | 11.5.35+ |
| PHP | 7.4.33 | 7.4.33 |
| MySQL | 5.7.x - 8.0.x | 5.7.9 - 8.0.x |
| MariaDB | 10.2.7 - 10.11.x | 10.2.7 - 10.11.x |
| Apache Solr | 8.x | 8.x |
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Expand Up @@ -32,20 +32,20 @@
"ext-libxml": "*",
"ext-openssl": "*",
"ext-simplexml": "*",
"typo3/cms-core": "^10.4.37|^11.5.33",
"typo3/cms-extbase": "^10.4.37|^11.5.33",
"typo3/cms-tstemplate": "^10.4.37|^11.5.33",
"typo3/cms-core": "^10.4.37|^11.5.35",
"typo3/cms-extbase": "^10.4.37|^11.5.35",
"typo3/cms-tstemplate": "^10.4.37|^11.5.35",
"caseyamcl/phpoaipmh": "^3.3.1",
"ubl/php-iiif-prezi-reader": "0.3.0",
"solarium/solarium": "^5.2.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10.41",
"phpstan/phpstan": "^1.10.58",
"spatie/phpunit-watcher": "^1.23.6",
"typo3/cms-backend": "^10.4.37|^11.5.33",
"typo3/cms-fluid": "^10.4.37|^11.5.33",
"typo3/cms-fluid-styled-content": "^10.4.37|^11.5.33",
"typo3/cms-frontend": "^10.4.37|^11.5.33",
"typo3/cms-backend": "^10.4.37|^11.5.35",
"typo3/cms-fluid": "^10.4.37|^11.5.35",
"typo3/cms-fluid-styled-content": "^10.4.37|^11.5.35",
"typo3/cms-frontend": "^10.4.37|^11.5.35",
"typo3/testing-framework": "^6.16.9"
},
"replace": {
Expand Down

0 comments on commit e9c1846

Please sign in to comment.