Skip to content

Commit

Permalink
PHP 8.3 support added (#21)
Browse files Browse the repository at this point in the history
* PHP 8.3 support added

* Fixed Creation of dynamic property

* Fix the phpcs issues

* Resolve the pr comments
  • Loading branch information
glo71317 authored Nov 21, 2023
1 parent 882daa9 commit 7c82c5c
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 227 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-config": "^3.7",
"laminas/laminas-crypt": "^3.6.0",
"laminas/laminas-http": "^2.15",
Expand Down
Loading

0 comments on commit 7c82c5c

Please sign in to comment.