Skip to content

Commit

Permalink
allow PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
driehle committed Dec 6, 2023
1 parent a2ec28f commit 9077cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"twitter/bootstrap": "Twitter bootstrap assets"
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-escaper": "^2.9",
"laminas/laminas-form": "^3.1",
"laminas/laminas-i18n": "^2.13",
Expand All @@ -37,7 +37,7 @@
"laminas/laminas-view": "^2.16"
},
"require-dev": {
"laminas/laminas-component-installer": "^2.6",
"laminas/laminas-component-installer": "^3.0",
"laminas/laminas-modulemanager": "^2.11",
"laminas/laminas-mvc": "^3.3",
"mikey179/vfsstream": "^1.6",
Expand Down

0 comments on commit 9077cff

Please sign in to comment.