Skip to content

Commit

Permalink
Merge pull request #44 from krumynin/php8.3
Browse files Browse the repository at this point in the history
add support php 8.3
  • Loading branch information
kokspflanze authored Feb 5, 2024
2 parents bc19189 + 15473ec commit aea8703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-permissions-acl": "^2.8.0",
"laminas/laminas-mvc": "^3.2.0",
"laminas/laminas-eventmanager": "^3.4.0",
Expand Down

0 comments on commit aea8703

Please sign in to comment.