Skip to content

Commit

Permalink
[FEATURE] Support PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mteu committed Apr 30, 2024
1 parent 7d4f7bd commit 2e14414
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"rss": "https://github.com/eliashaeussler/composer-update-check/releases.atom"
},
"require": {
"php": ">= 7.1 < 8.2",
"php": ">= 7.1 < 8.3",
"ext-json": "*",
"composer-plugin-api": "^1.0 || ^2.0",
"nyholm/psr7": "^1.0",
Expand Down Expand Up @@ -54,7 +54,8 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"php-http/discovery": false
},
"sort-packages": true
},
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

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

0 comments on commit 2e14414

Please sign in to comment.