Skip to content

Commit

Permalink
Merge pull request #4 from magespecialist/support-php-7.4
Browse files Browse the repository at this point in the history
Add support for php 7.4
  • Loading branch information
mikimpe authored May 17, 2021
2 parents b0fc243 + 775ae7c commit 5b8926b
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 @@ -2,7 +2,7 @@
"name": "msp/module-backend-google-sign-on",
"description": "Backend Google Sign On for Magento 2",
"require": {
"php": "~7.2.0 || ~7.3.0",
"php": "~7.2.0 || ~7.3.0 || ~7.4.0",
"magento/magento2-base": "^2.3",
"magento/module-backend": "*",
"magento/module-user": "*",
Expand Down

0 comments on commit 5b8926b

Please sign in to comment.