Skip to content

Commit

Permalink
chore: Require PHP v8.1 or later in composer.json (#15)
Browse files Browse the repository at this point in the history
This is in accordance with PHPUnit's own requirement.
  • Loading branch information
meyfa authored Sep 14, 2023
1 parent 4c37f26 commit 3322a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=7.3",
"php": ">=8.1",
"phpunit/phpunit": "^10.1",
"ext-gd": "*"
},
Expand Down

0 comments on commit 3322a78

Please sign in to comment.