Skip to content

Commit

Permalink
Downgrading min php version to fix phpunit test failures
Browse files Browse the repository at this point in the history
 - Root composer.json requires php >=7.4 but your php version (7.1.33) does not satisfy that requirement.
  • Loading branch information
faisal-alvi committed Jul 22, 2022
1 parent 0e17708 commit 0712ba0
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 @@ -19,7 +19,7 @@
"source": "https://github.com/10up/simple-local-avatars"
},
"require": {
"php": ">=7.4"
"php": ">=7.1"
},
"require-dev": {
"10up/phpcs-composer": "dev-master",
Expand Down

0 comments on commit 0712ba0

Please sign in to comment.