Skip to content

Commit

Permalink
fix wrong shopware requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rommelfreddy committed Sep 1, 2023
1 parent 31ac3fa commit a0f5a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "billie/shopware6-payment-module",
"description": "Billie payment for Shopware 6",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"authors": [
{
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"require": {
"php": "^7.4 || ^8.0",
"shopware/core": "^6.4.14",
"shopware/core": "~6.4.14",
"billie/api-php-sdk": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit a0f5a75

Please sign in to comment.