Skip to content

Commit

Permalink
Updated for php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyneu committed Jul 11, 2024
1 parent 2504d6d commit 3f53f3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
}
],
"require": {
"php": ">=5.5",
"unl/php-dwt-parser": "1.0.*"
"php": ">=8.1",
"unl/php-dwt-parser": "1.0.3"
},
"require-dev": {
"phpunit/phpunit": "~5.0"
"phpunit/phpunit": "^10.5.27"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 3f53f3c

Please sign in to comment.