Skip to content

Commit

Permalink
fix typo in composer dependencies (SW 6.4.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
rommelfreddy committed Sep 13, 2023
1 parent 6345bb4 commit 4b5d49c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"require": {
"php": "^7.4 || ^8.0",
"ratepay/php-library": "^1.8",
"shopware/core": "^6.4.11",
"shopware/administration": "^6.4.11",
"shopware/storefront": "^6.4.11",
"shopware/core": "~6.4.11",
"shopware/administration": "~6.4.11",
"shopware/storefront": "~6.4.11",
"ext-simplexml": "*",
"ext-json": "*"
},
Expand Down

0 comments on commit 4b5d49c

Please sign in to comment.