Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 8e8087e

Browse files
committed
Fix composer.json
1 parent af8f39c commit 8e8087e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vendic/magento2-checkoutonly",
33
"description": "A module that enables you to limit access only the Magento checkout. Usefull for a PWA setup that uses the default Magento 2 checkout",
44
"require": {
5-
"php": "~7.0|~/7.1|~7.2",
5+
"php": "~7.0|~7.1|~7.2",
66
"magento/magento-composer-installer": "*"
77
},
88
"suggest": {

0 commit comments

Comments
 (0)