Skip to content

Commit

Permalink
Changed min PHP version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax committed Nov 20, 2020
1 parent a91e70f commit dfaa823
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 @@ -6,7 +6,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4",
"php": ">=7.4",
"squizlabs/php_codesniffer": "~3.5.3",
"slevomat/coding-standard": "~6.3.8"
},
Expand Down

0 comments on commit dfaa823

Please sign in to comment.