Skip to content

Commit

Permalink
feat: drop support for TYPO3 <12.0, require php8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maikschneider committed Oct 15, 2023
1 parent a77c5b3 commit f331812
Show file tree
Hide file tree
Showing 4 changed files with 312 additions and 310 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,11 @@
"php:md": "php vendor/bin/phpmd Classes ansi phpmd.xml --generate-baseline"
},
"require": {
"php": "^8.0",
"sabberworm/php-css-parser": "8.4.0",
"ext-simplexml": "*",
"ext-json": "*",
"typo3/cms-core": "^9.5 || ^10.0 || ^11.0 || ^12.0",
"typo3/cms-core": "^12.0",
"phenx/php-font-lib": "0.5.4"
}
}
Loading

0 comments on commit f331812

Please sign in to comment.