|
2 | 2 | "name": "nuonic/plugin-installer", |
3 | 3 | "description": "Allows installing all open-source plugins from Packagist, providing metadata for each, and ensures continuous updates through Packagist for streamlined maintenance.", |
4 | 4 | "type": "shopware-platform-plugin", |
5 | | - "version": "1.1.1", |
| 5 | + "version": "2.0.0", |
6 | 6 | "license": "MIT", |
7 | 7 | "authors": [ |
8 | 8 | { |
9 | 9 | "name": "nuonic Digital GmbH & Co. KG", |
10 | 10 | "homepage": "https://nuonic.de" |
| 11 | + }, |
| 12 | + { |
| 13 | + "name": "Alexander Jank", |
| 14 | + "homepage": "https://nuonic.de", |
| 15 | + "role": "Developer" |
| 16 | + }, |
| 17 | + { |
| 18 | + "name": "Tobias Schäfer", |
| 19 | + "email": "t.schaefer@buildit-consulting.de", |
| 20 | + "role": "Developer" |
11 | 21 | } |
12 | 22 | ], |
13 | 23 | "require": { |
14 | | - "shopware/core": ">=6.6.0 <6.7.0", |
15 | | - "shopware/storefront": ">=6.6.0 <6.7.0" |
| 24 | + "shopware/core": ">=6.6.0 <6.8.0", |
| 25 | + "shopware/storefront": ">=6.6.0 <6.8.0" |
16 | 26 | }, |
17 | 27 | "require-dev": { |
18 | | - "phpstan/phpstan": "^2.1.2", |
19 | | - "friendsofphp/php-cs-fixer": "^3.66", |
20 | | - "shopwarelabs/phpstan-shopware": "^0.1.8" |
| 28 | + "phpstan/phpstan": "^2.1.19", |
| 29 | + "friendsofphp/php-cs-fixer": "^3.84", |
| 30 | + "shopwarelabs/phpstan-shopware": "^0.1.11" |
21 | 31 | }, |
22 | 32 | "scripts": { |
23 | 33 | "phpstan": "phpstan analyse --memory-limit=2G", |
|
0 commit comments