Skip to content

Commit

Permalink
Merge pull request #21 from glo71317/php_8.3
Browse files Browse the repository at this point in the history
PHP 8.3 support added
  • Loading branch information
Ocramius authored Oct 18, 2023
2 parents 663b050 + 49b1288 commit e662c68
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 155 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"extra": {
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-escaper": "^2.9",
"laminas/laminas-validator": "^2.15"
"laminas/laminas-validator": "^2.39"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
Expand Down
Loading

0 comments on commit e662c68

Please sign in to comment.