Skip to content

Commit

Permalink
chore(composer): raise minimum required php version to 8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Oct 22, 2024
1 parent 1c9b6e5 commit feb18bf
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 @@ -11,7 +11,7 @@
"autoloader-suffix": "Mail"
},
"require": {
"php": ">=8.0 <=8.3",
"php": ">=8.1 <=8.3",
"ext-openssl": "*",
"arthurhoaro/favicon": "^2.0.0",
"bamarni/composer-bin-plugin": "^1.8.2",
Expand Down

0 comments on commit feb18bf

Please sign in to comment.