change composer.json for uninstallable version, as long as no PHP 7.1 version exists

This commit is contained in:
Daniel Seifert 2018-01-12 14:10:22 +01:00
parent ca3364a35f
commit 49e683ec6d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
}
},
"require": {
"php": "7.1.*",
"php": "8.1.*",
"ext-ionCube-Loader": "*",
"oxid-esales/oxideshop-ce": "6.0.x"
},