Skip to content

Commit

Permalink
Merge pull request #10 from peterjaap/patch-1
Browse files Browse the repository at this point in the history
Add PHP 8 compatibility
  • Loading branch information
slackerzz authored Jun 9, 2022
2 parents f5cb3ff + a4e3453 commit 91e5209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "msp/adminrestriction",
"description": "Magento2 Admin IP based restriction - Member of MageSpecialist SecuritySuite",
"require": {
"php": "^7.0|^7.1",
"php": "^7.0|^8.0.0|^8.1.0",
"msp/security-suite-common": "^2.0",
"magento/magento-composer-installer": "*"
},
Expand All @@ -25,4 +25,4 @@
"MSP\\AdminRestriction\\": ""
}
}
}
}

0 comments on commit 91e5209

Please sign in to comment.