Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Bumped required PHP version for the library.
  • Loading branch information
willvin313 authored Jul 27, 2023
1 parent 0153274 commit 7d8584b
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 @@
}],
"type": "library",
"require": {
"php": ">=5.5"
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "8.*"
Expand Down

0 comments on commit 7d8584b

Please sign in to comment.