Skip to content

Commit

Permalink
Update the required PHP version in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo authored Aug 12, 2024
1 parent 2612bf5 commit eccf4bf
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 @@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=7.3"
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "^11"
Expand Down

0 comments on commit eccf4bf

Please sign in to comment.