Skip to content

Commit

Permalink
Add minimum php version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbig00 authored Oct 10, 2021
1 parent 71e44bf commit f7309bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"email": "[email protected]"
}
],
"require": {},
"require": {
"php": ">=7.4"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f7309bd

Please sign in to comment.