Skip to content

Commit

Permalink
all Shopsys packages are now dependent on "dev-16.0 as 16.0.0" versio…
Browse files Browse the repository at this point in the history
…n of all other Shopsys packages
  • Loading branch information
vitek-rostislav committed Dec 27, 2024
1 parent 81ae0ce commit 0ff28a4
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"name": "shopsys/convertim",
"type": "library",
"description": "A Symfony bundle to integrate Convertim into Shopsys Platform.",
"keywords": ["Shopsys Platform", "SSFW", "convertim", "checkout", "integration"],
"keywords": [
"Shopsys Platform",
"SSFW",
"convertim",
"checkout",
"integration"
],
"license": "proprietary",
"authors": [
{
Expand All @@ -22,10 +28,10 @@
},
"require": {
"php": "^8.3",
"shopsys/form-types-bundle": "16.0.x-dev",
"shopsys/framework": "16.0.x-dev",
"shopsys/migrations": "16.0.x-dev",
"shopsys/plugin-interface": "16.0.x-dev",
"shopsys/form-types-bundle": "dev-16.0 as 16.0.0",
"shopsys/framework": "dev-16.0 as 16.0.0",
"shopsys/migrations": "dev-16.0 as 16.0.0",
"shopsys/plugin-interface": "dev-16.0 as 16.0.0",
"symfony/config": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/form": "^6.4",
Expand All @@ -41,7 +47,7 @@
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-symfony": "^1.4.6",
"phpunit/phpunit": "^9.5.20",
"shopsys/coding-standards": "16.0.x-dev"
"shopsys/coding-standards": "dev-16.0 as 16.0.0"
},
"extra": {
"symfony": {
Expand Down

0 comments on commit 0ff28a4

Please sign in to comment.