Skip to content

Commit

Permalink
Merge pull request #1 from EmakinaFR/hotfix/allow-magento-upgrade
Browse files Browse the repository at this point in the history
Remove the restriction on the Magento version in order to upgrade the…
  • Loading branch information
ajardin authored Jul 30, 2020
2 parents 46c426b + 3dd11d7 commit c397b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Magento - PageCache Bypass
==========================
![Magento version](https://img.shields.io/badge/Magento-2.3.x-orange?style=for-the-badge)
![Magento version](https://img.shields.io/badge/Magento->=%202.3.x-orange?style=for-the-badge)
![MIT License](https://img.shields.io/badge/License-MIT-blue?style=for-the-badge)
![Made by Emakina](https://img.shields.io/badge/Made%20by-EMAKINA-black?style=for-the-badge)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"magento/framework": "^102.0",
"magento/framework": "*",
"magento/magento-composer-installer": "*"
},
"require-dev": {
Expand Down

0 comments on commit c397b62

Please sign in to comment.