Skip to content

Commit

Permalink
set release version for 2.0.0 (^6.4.14) & set release SDK Version (^3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
rommelfreddy committed Aug 31, 2023
1 parent 4930aa0 commit 31ac3fa
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
@@ -1,7 +1,7 @@
{
"name": "billie/shopware6-payment-module",
"description": "Billie payment for Shopware 6",
"version": "2.0.0.0-alpha1",
"version": "2.0.0",
"license": "MIT",
"authors": [
{
Expand Down Expand Up @@ -32,9 +32,9 @@
}
},
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.4 || ^8.0",
"shopware/core": "^6.4.14",
"billie/api-php-sdk": "^3.0.0-alpha1"
"billie/api-php-sdk": "^3.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down

0 comments on commit 31ac3fa

Please sign in to comment.