Skip to content

Commit

Permalink
Merge pull request #16 from Xerkus/feature/php83
Browse files Browse the repository at this point in the history
Add php 8.3 support
  • Loading branch information
Xerkus authored Nov 24, 2023
2 parents efe33f2 + 3e2a661 commit 3573b0d
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 562 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.1.99"
}
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-escaper": "^2.9",
"laminas/laminas-stdlib": "^3.6"
},
Expand Down
Loading

0 comments on commit 3573b0d

Please sign in to comment.