heptacom / shopware-platform-administration-without-plugin-manager
此包已被弃用,不再维护。未建议替代包。
Shopware 插件,禁止在管理中更改插件管理器,以防止 plugin.zip 安装错误
1.0.0
2020-10-31 12:01 UTC
Requires
- php: >= 7.2
- shopware/administration: >=6.2 <6.4
- shopware/core: >=6.2 <6.4
- symfony/event-dispatcher: >=4
- symfony/http-foundation: >=4
- symfony/http-kernel: >=4
Requires (Dev)
- dq5studios/psalm-junit: ^2.0
- ergebnis/composer-normalize: >=2.7
- friendsofphp/php-cs-fixer: >=2
- icanhazstring/composer-unused: >=0.7
- maglnet/composer-require-checker: >=2
- mavimo/phpstan-junit: ^0.3.0
- phpstan/extension-installer: >=1
- phpstan/phpstan: >=0.12
- phpstan/phpstan-deprecation-rules: >=0.12
- phpstan/phpstan-phpunit: >=0.12
- phpstan/phpstan-strict-rules: >=0.12
- vimeo/psalm: >=3
Conflicts
- nikic/php-parser: 4.7.0
This package is auto-updated.
Last update: 2024-07-01 00:14:42 UTC
README
由于现在是 Shopware 6.6.4 的一部分,已停止使用
自 Shopware 6.6.4.0 版本起,可以在管理中禁用扩展的安装。这在您有集群环境或想要使用合适的部署来推出代码更改时非常有用。
要在您的 config/packages/z-shopware.yaml
文件中禁用管理中扩展的安装,可以设置以下配置
shopware: deployment: runtime_extension_management: false
Shopware 平台管理的有限插件管理器
这是 HEPTACOM 为中大型企业提供的解决方案的一部分
Shopware 插件,禁止在管理中更改插件管理器,以防止 plugin.zip 安装错误
变更记录
查看此项目的附件 CHANGELOG 文件。
系统要求
- PHP 7.2 或更高版本
其他开发要求
- Make
贡献
感谢您考虑为此包做出贡献!在创建拉取请求后,请务必签署CLA。
贡献步骤
- 复制仓库
git clone yourname/HeptacomShopwarePlatformAdministrationWithoutPluginManager
- 在 master 分支上做出更改
- 检查并修复代码样式
make it
- 创建您的拉取请求
许可证
版权所有 2020 HEPTACOM GmbH
根据GNU Affero 通用公共许可证 v3.0(“许可证”)许可。除非遵守许可证,否则您不得使用此项目。您可以在 https://spdx.org/licenses/AGPL-3.0-or-later.html 获取 AGPL 许可证的副本。