Skip to content

Commit

Permalink
OXDEV-7733 Update module requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Apr 4, 2024
1 parent 6cee383 commit e6a99bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxid-esales/module-template",
"description": "",
"description": "Module with solution examples",
"type": "oxideshop-module",
"keywords": [
"oxid",
Expand All @@ -13,20 +13,20 @@
"prefer-stable": true,
"prefer-dist": true,
"require": {
"php": "^8.0 | ^8.1",
"php": "^8.1",
"symfony/filesystem": "^6.0"
},
"minimum-stability": "dev",
"require-dev": {
"phpstan/phpstan": "^1.9.14",
"squizlabs/php_codesniffer": "3.*",
"phpmd/phpmd": "^2.11",
"oxid-esales/oxideshop-ce": "dev-b-7.0.x",
"oxid-esales/oxideshop-ce": "dev-b-7.1.x",
"phpunit/phpunit": "^9.6",
"mikey179/vfsstream": "~1.6.8"
},
"conflict": {
"oxid-esales/oxideshop-ce": "<7.0"
"oxid-esales/oxideshop-ce": "<7.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e6a99bb

Please sign in to comment.