|
1 | 1 | { |
2 | 2 | "name": "setono/sylius-terms-plugin", |
3 | | - "type": "sylius-plugin", |
4 | 3 | "description": "Sylius terms and conditions plugin", |
| 4 | + "license": "MIT", |
| 5 | + "type": "sylius-plugin", |
5 | 6 | "keywords": [ |
6 | 7 | "sylius", |
7 | 8 | "sylius-plugin", |
8 | 9 | "terms" |
9 | 10 | ], |
10 | | - "license": "MIT", |
11 | 11 | "require": { |
12 | 12 | "php": ">=7.4", |
13 | 13 | "behat/transliterator": "^1.3", |
14 | 14 | "doctrine/collections": "^1.6", |
15 | 15 | "doctrine/orm": "^2.7", |
16 | 16 | "knplabs/knp-menu": "^3.1", |
17 | 17 | "sylius/resource-bundle": "^1.6", |
18 | | - "symfony/config": "^4.4 || ^5.0", |
19 | | - "symfony/dependency-injection": "^4.4 || ^5.0", |
20 | | - "symfony/form": "^4.4 || ^5.0", |
21 | | - "symfony/http-foundation": "^4.4 || ^5.0.0", |
22 | | - "symfony/http-kernel": "^4.4 || ^5.1.5", |
23 | | - "symfony/options-resolver": "^4.4 || ^5.0", |
24 | | - "symfony/routing": "^4.4 || ^5.0", |
| 18 | + "symfony/config": "^4.4 || ^5.4 || ^6.0", |
| 19 | + "symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0", |
| 20 | + "symfony/form": "^4.4 || ^5.4 || ^6.0", |
| 21 | + "symfony/http-foundation": "^4.4 || ^5.4 || ^6.0", |
| 22 | + "symfony/http-kernel": "^4.4 || ^5.4 || ^6.0", |
| 23 | + "symfony/options-resolver": "^4.4 || ^5.4 || ^6.0", |
| 24 | + "symfony/routing": "^4.4 || ^5.4 || ^6.0", |
25 | 25 | "symfony/translation-contracts": "^1.1 || ^2.4", |
26 | 26 | "thecodingmachine/safe": "^1.1", |
27 | | - "twig/twig": "^2.14", |
| 27 | + "twig/twig": "^2.14 || ^3.3", |
28 | 28 | "webmozart/assert": "^1.9" |
29 | 29 | }, |
30 | 30 | "require-dev": { |
|
35 | 35 | "psalm/plugin-symfony": "^2.4", |
36 | 36 | "roave/security-advisories": "dev-latest", |
37 | 37 | "setono/code-quality-pack": "^2.1.1", |
38 | | - "sylius/sylius": "~1.7.0", |
| 38 | + "sylius/sylius": "~1.10.14", |
39 | 39 | "symfony/debug-bundle": "^5.1", |
40 | 40 | "symfony/dotenv": "^5.1", |
41 | 41 | "symfony/intl": "^4.4 || ^5.0", |
42 | 42 | "symfony/proxy-manager-bridge": "^4.4.25", |
43 | 43 | "symfony/web-profiler-bundle": "^5.0" |
44 | 44 | }, |
45 | | - "config": { |
46 | | - "sort-packages": true |
47 | | - }, |
48 | | - "extra": { |
49 | | - "branch-alias": { |
50 | | - "dev-master": "1.1-dev" |
51 | | - } |
52 | | - }, |
| 45 | + "prefer-stable": true, |
53 | 46 | "autoload": { |
54 | 47 | "psr-4": { |
55 | 48 | "Setono\\SyliusTermsPlugin\\": "src/" |
|
63 | 56 | "tests/Application/Kernel.php" |
64 | 57 | ] |
65 | 58 | }, |
66 | | - "prefer-stable": true, |
| 59 | + "config": { |
| 60 | + "allow-plugins": { |
| 61 | + "symfony/thanks": false, |
| 62 | + "dealerdirect/phpcodesniffer-composer-installer": false, |
| 63 | + "ergebnis/composer-normalize": true |
| 64 | + }, |
| 65 | + "sort-packages": true |
| 66 | + }, |
| 67 | + "extra": { |
| 68 | + "branch-alias": { |
| 69 | + "dev-master": "1.1-dev" |
| 70 | + } |
| 71 | + }, |
67 | 72 | "scripts": { |
68 | 73 | "all": [ |
69 | 74 | "@checks", |
|
89 | 94 | "ensure-env-dev-copied": "(cd tests/Application && ([[ -f .env.dev.local ]] || cp .env .env.dev.local))", |
90 | 95 | "ensure-env-test-copied": "(cd tests/Application && ([[ -f .env.test.local ]] || cp .env.test .env.test.local))", |
91 | 96 | "ensure-schema-updated": "composer ensure-env-copied && (cd tests/Application && bin/console doctrine:schema:update --force -e ${SYMFONY_ENV:-'dev'})", |
92 | | - "ensure-test-container-exists": "[[ -f tests/Application/var/cache/test/ApplicationTests_Setono_SyliusTermsPlugin_Application_KernelTestDebugContainer.xml ]] || tests/Application/bin/console cache:warmup --env=test", |
| 97 | + "ensure-test-container-exists": "[[ -f tests/Application/var/cache/test/Tests_Setono_SyliusTermsPlugin_Application_KernelTestDebugContainer.xml ]] || tests/Application/bin/console cache:warmup --env=test", |
93 | 98 | "ensure-vendors-installed": "[[ -f vendor/autoload.php ]] || php -d memory_limit=-1 /usr/local/bin/composer install", |
94 | 99 | "fix-style": "ecs check --fix", |
95 | 100 | "fixtures": [ |
|
0 commit comments