add OXID 7.1.1 CE Smarty project

This commit is contained in:
Daniel Seifert 2024-12-03 08:51:10 +01:00
parent a1dd0db421
commit fa0347f6e5
2 changed files with 6 additions and 2 deletions

View File

@ -9,4 +9,8 @@ composer create-project friendsofoxid/oxideshop-project oxid.mydomain.com --no-d
More information how to setup the shop:
- https://docs.oxid-esales.com/developer/en/7.0/getting_started/installation/eshop_installation.html
- https://docs.oxid-esales.com/developer/en/7.1/getting_started/installation/eshop_installation.html
## Important note
Smarty isn't supported by OXID eShop from 7.1, use is at your own risk.

View File

@ -5,7 +5,7 @@
"license": "GPL-3.0",
"minimum-stability": "stable",
"require": {
"friendsofoxid/oxideshop-metapackage-ce-smarty": "v7.1.0"
"friendsofoxid/oxideshop-metapackage-ce-smarty": "v7.1.1"
},
"autoload-dev": {
"psr-4": {