Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #25 from Slamdunk/php_83
Browse files Browse the repository at this point in the history
Add PHP 8.3 support, drop PHP < 8.1
  • Loading branch information
gsteel authored Nov 20, 2023
2 parents d30cbc4 + fdfe1bf commit 25a0621
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 108 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-dom": "*",
"ext-libxml": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.4.0",
"phpunit/phpunit": "^9.5.25"
"laminas/laminas-coding-standard": "^2.5.0",
"phpunit/phpunit": "^9.6.13"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 25a0621

Please sign in to comment.