diff --git a/composer.json b/composer.json index 8731545..20a6c77 100755 --- a/composer.json +++ b/composer.json @@ -6,6 +6,7 @@ "composer-runtime-api": "^2.0", "shopware/administration": "6.5.8.2", "shopware/core": "6.5.8.2", + "shopware/deployment-helper": "^0.0.4", "shopware/docker": "^0.1.0", "shopware/elasticsearch": "6.5.8.2", "shopware/storefront": "6.5.8.2", diff --git a/composer.lock b/composer.lock index f5d3858..2a9ac3a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "207fe363b99c5b0d46554cb0df93e41c", + "content-hash": "212cd2e7badb28706d88541841ed53f5", "packages": [ { "name": "async-aws/core", @@ -1017,6 +1017,51 @@ }, "time": "2023-06-19T06:10:36+00:00" }, + { + "name": "digilist/dependency-graph", + "version": "v0.4.1", + "source": { + "type": "git", + "url": "https://github.com/digilist/dependency-graph.git", + "reference": "2b487d7decf1b9800c55b8895c265d75dc12f489" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/digilist/dependency-graph/zipball/2b487d7decf1b9800c55b8895c265d75dc12f489", + "reference": "2b487d7decf1b9800c55b8895c265d75dc12f489", + "shasum": "" + }, + "require": { + "php": ">=8.2" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.0", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "~11.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Digilist\\DependencyGraph\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Markus Fasselt", + "email": "markus.fasselt@gmail.com" + } + ], + "description": "Dependency Graph Resolver in PHP", + "support": { + "issues": "https://github.com/digilist/dependency-graph/issues", + "source": "https://github.com/digilist/dependency-graph/tree/v0.4.1" + }, + "time": "2024-05-24T07:02:37+00:00" + }, { "name": "doctrine/annotations", "version": "2.0.1", @@ -5549,6 +5594,71 @@ }, "time": "2024-01-19T15:58:00+00:00" }, + { + "name": "shopware/deployment-helper", + "version": "0.0.4", + "source": { + "type": "git", + "url": "https://github.com/shopware/deployment-helper.git", + "reference": "a05566cff39e8ab25a8b66651e713acbfae80057" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/shopware/deployment-helper/zipball/a05566cff39e8ab25a8b66651e713acbfae80057", + "reference": "a05566cff39e8ab25a8b66651e713acbfae80057", + "shasum": "" + }, + "require": { + "digilist/dependency-graph": ">=0.4.1", + "doctrine/dbal": "^3.0 || ^4.0", + "ext-dom": "*", + "ext-pdo": "*", + "php": ">=8.2", + "symfony/config": "^7.0 || ^6.0", + "symfony/console": "^7.0 || ^6.0", + "symfony/dependency-injection": "^7.0 || ^6.0", + "symfony/dotenv": "^7.0 || ^6.0", + "symfony/event-dispatcher": "^7.0 || ^6.0", + "symfony/filesystem": "^7.0 || ^6.0", + "symfony/finder": "^7.0 || ^6.0", + "symfony/process": "^7.0 || ^6.0", + "symfony/yaml": "^7.0 || ^6.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "3.57.2", + "phpstan/extension-installer": "1.3.1", + "phpstan/phpstan": "1.11.2", + "phpstan/phpstan-deprecation-rules": "1.2.0", + "phpstan/phpstan-phpunit": "1.4.0", + "phpstan/phpstan-strict-rules": "1.6.0", + "phpstan/phpstan-symfony": "1.4.1", + "phpunit/phpunit": "11.1.3", + "symfony/var-dumper": "^7.0 || ^6.0" + }, + "bin": [ + "bin/shopware-deployment-helper" + ], + "type": "library", + "autoload": { + "psr-4": { + "Shopware\\Deployment\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Shopware deployment tools", + "keywords": [ + "deployment", + "shopware" + ], + "support": { + "issues": "https://github.com/shopware/deployment-helper/issues", + "source": "https://github.com/shopware/deployment-helper/tree/0.0.4" + }, + "time": "2024-05-29T12:01:40+00:00" + }, { "name": "shopware/docker", "version": "0.1.0",