|
1 | 1 | { |
2 | 2 | "name": "setono/sylius-redirect-plugin", |
3 | | - "type": "sylius-plugin", |
4 | 3 | "description": "Sylius plugin for managing redirects", |
| 4 | + "license": "MIT", |
| 5 | + "type": "sylius-plugin", |
5 | 6 | "keywords": [ |
6 | 7 | "redirect", |
7 | 8 | "setono", |
8 | 9 | "sylius", |
9 | 10 | "sylius-plugin" |
10 | 11 | ], |
11 | | - "license": "MIT", |
12 | 12 | "require": { |
13 | 13 | "php": ">=7.4", |
14 | 14 | "doctrine/collections": "^1.6", |
15 | 15 | "doctrine/orm": "^2.7", |
16 | 16 | "doctrine/persistence": "^1.3 || ^2.1", |
17 | 17 | "sylius/resource-bundle": "^1.6", |
18 | | - "symfony/config": "^4.4 || ^5.0", |
19 | | - "symfony/console": "^4.4 || ^5.0", |
20 | | - "symfony/dependency-injection": "^4.4 || ^5.0", |
21 | | - "symfony/event-dispatcher": "^4.4 || ^5.0", |
22 | | - "symfony/form": "^4.4 || ^5.0", |
| 18 | + "symfony/config": "^5.4 || ^6.0", |
| 19 | + "symfony/console": "^5.4 || ^6.0", |
| 20 | + "symfony/dependency-injection": "^5.4 || ^6.0", |
| 21 | + "symfony/event-dispatcher": "^5.4 || ^6.0", |
| 22 | + "symfony/form": "^5.4 || ^6.0", |
23 | 23 | "symfony/http-foundation": "^4.4 || ^5.0.7", |
24 | 24 | "symfony/http-kernel": "^4.4 || ^5.1.5", |
25 | | - "symfony/routing": "^4.4 || ^5.0", |
26 | | - "symfony/validator": "^4.4 || ^5.0", |
27 | | - "thecodingmachine/safe": "^1.0", |
28 | | - "webmozart/assert": "^1.9" |
| 25 | + "symfony/routing": "^5.4 || ^6.0", |
| 26 | + "symfony/validator": "^5.4 || ^6.0", |
| 27 | + "webmozart/assert": "^1.11" |
29 | 28 | }, |
30 | 29 | "require-dev": { |
31 | | - "friendsofphp/proxy-manager-lts": "^1.0", |
| 30 | + "api-platform/core": "^2.7", |
| 31 | + "lexik/jwt-authentication-bundle": "^2.16", |
32 | 32 | "phpspec/phpspec": "^6.1", |
33 | | - "phpunit/phpunit": "^8.5", |
34 | | - "psalm/plugin-phpunit": "^0.16.1", |
35 | | - "psalm/plugin-symfony": "^3.0", |
| 33 | + "phpspec/prophecy-phpunit": "^2.0", |
| 34 | + "phpunit/phpunit": "^9.6", |
| 35 | + "psalm/plugin-phpunit": "^0.18", |
| 36 | + "psalm/plugin-symfony": "^5.0", |
36 | 37 | "roave/security-advisories": "dev-latest", |
37 | | - "setono/code-quality-pack": "^2.1.3", |
38 | | - "setono/sylius-behat-pack": "^0.1", |
39 | | - "sylius/sylius": "~1.7.11", |
40 | | - "symfony/debug-bundle": "^5.1", |
41 | | - "symfony/dotenv": "^5.2", |
42 | | - "symfony/intl": "^4.4 || ^5.0", |
43 | | - "symfony/web-profiler-bundle": "^5.0", |
44 | | - "weirdan/doctrine-psalm-plugin": "^1.2" |
45 | | - }, |
46 | | - "config": { |
47 | | - "sort-packages": true |
48 | | - }, |
49 | | - "extra": { |
50 | | - "branch-alias": { |
51 | | - "dev-master": "2.1-dev" |
52 | | - } |
| 38 | + "setono/code-quality-pack": "^2.4", |
| 39 | + "setono/sylius-behat-pack": "^0.2", |
| 40 | + "sylius/sylius": "~1.10.14", |
| 41 | + "symfony/debug-bundle": "^5.4 || ^6.0", |
| 42 | + "symfony/dotenv": "^5.4 || ^6.0", |
| 43 | + "symfony/intl": "^5.4 || ^6.0", |
| 44 | + "symfony/web-profiler-bundle": "^5.4 || ^6.0", |
| 45 | + "symfony/webpack-encore-bundle": "^1.16", |
| 46 | + "weirdan/doctrine-psalm-plugin": "^2.8" |
53 | 47 | }, |
| 48 | + "prefer-stable": true, |
54 | 49 | "autoload": { |
55 | 50 | "psr-4": { |
56 | 51 | "Setono\\SyliusRedirectPlugin\\": "src/" |
|
64 | 59 | "tests/Application/Kernel.php" |
65 | 60 | ] |
66 | 61 | }, |
67 | | - "prefer-stable": true, |
| 62 | + "config": { |
| 63 | + "allow-plugins": { |
| 64 | + "dealerdirect/phpcodesniffer-composer-installer": false, |
| 65 | + "ergebnis/composer-normalize": true, |
| 66 | + "symfony/thanks": false |
| 67 | + }, |
| 68 | + "sort-packages": true |
| 69 | + }, |
68 | 70 | "scripts": { |
69 | 71 | "analyse": [ |
70 | 72 | "@ensure-test-container-exists", |
|
0 commit comments