Skip to content

Commit

Permalink
increase minimum php version to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Jan 7, 2025
1 parent e4a693f commit 2d44035
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 @@ -13,7 +13,7 @@
}
},
"require": {
"php": ">=5.4"
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^8 || ^9 || ^10 || ^11"
Expand Down

0 comments on commit 2d44035

Please sign in to comment.