Skip to content

Commit

Permalink
Merge pull request #80 from Xerkus/feature/php83
Browse files Browse the repository at this point in the history
Add php 8.3 support. Drop php 8.0
  • Loading branch information
Xerkus committed Nov 27, 2023
2 parents d4b1240 + 38f787a commit 66c5f7b
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 @@ -10,7 +10,7 @@
"framework"
],
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-component-installer": "^3.2",
"laminas/laminas-development-mode": "^3.10",
"laminas/laminas-skeleton-installer": "^1.2",
Expand Down

0 comments on commit 66c5f7b

Please sign in to comment.