Skip to content

Commit

Permalink
[TASK] Drop support for PHP 8.2 in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jan 26, 2024
1 parent 7a4eb9b commit a8a8224
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 85 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"homepage": "https://typo3-badges.dev",
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.3.0",
"ext-hash": "*",
"ext-json": "*",
"nyholm/psr7": "^1.4",
Expand Down Expand Up @@ -57,7 +57,8 @@
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*"
"symfony/polyfill-php82": "*",
"symfony/polyfill-php83": "*"
},
"conflict": {
"symfony/symfony": "*"
Expand Down
86 changes: 3 additions & 83 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8a8224

Please sign in to comment.