Skip to content

Commit

Permalink
Merge pull request #50 from mrbig00/patch-1
Browse files Browse the repository at this point in the history
Add minimum php version number
  • Loading branch information
michael-mcmullen authored Oct 11, 2021
2 parents 602f415 + 183c3ae commit 84331ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Requirements

1. PHP 5.6+
1. PHP 7.4+
2. Laravel 6.*
3. MySQL *

Expand Down
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": "michael@laracademy.co"
}
],
"require": {},
"require": {
"php": ">=7.4"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 84331ce

Please sign in to comment.