Skip to content

Commit

Permalink
[TASK] Update non-composer package dependencies
Browse files Browse the repository at this point in the history
Updates the depedency settings for non-composer
installations, e.g. the PHP version is set to 8.1.

Resolves: #3725
  • Loading branch information
dkd-friedrich committed Sep 21, 2023
1 parent 7674000 commit f49dbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Php/ComposerLibraries/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "This file contains the wanted by EXT:solr libraries. Note: in replace defined libs are provided by TYPO3 source.",
"config": {
"platform": {
"php": "7.4"
"php": "8.1"
},
"classmap-authoritative": true,
"prepend-autoloader": false
},
"require": {
"php": "^7.4 || ^8.0"
"php": "^8.1"
},
"replace": {
"psr/event-dispatcher": "*",
Expand Down

0 comments on commit f49dbf3

Please sign in to comment.