|
22 | 22 | "homepage": "https://github.com/craue/CraueFormFlowBundle", |
23 | 23 | "require": { |
24 | 24 | "php": "^7.3 || ^8", |
25 | | - "symfony/config": "^4.4 || ^5.4 || ^6.3 || ^7.0", |
26 | | - "symfony/dependency-injection": "^4.4 || ^5.4 || ^6.3 || ^7.0", |
27 | | - "symfony/event-dispatcher": "^4.4 || ^5.4 || ^6.3 || ^7.0", |
28 | | - "symfony/form": "^4.4 || ^5.4 || ^6.3 || ^7.0", |
29 | | - "symfony/http-foundation": "^4.4 || ^5.4 || ^6.3 || ^7.0", |
30 | | - "symfony/http-kernel": "^4.4 || ^5.4 || ^6.3 || ^7.0", |
31 | | - "symfony/options-resolver": "^4.4 || ^5.4 || ^6.3 || ^7.0", |
32 | | - "symfony/security-core": "^4.4 || ^5.4 || ^6.3 || ^7.0", |
33 | | - "symfony/translation": "^4.4 || ^5.4 || ^6.3 || ^7.0", |
34 | | - "symfony/validator": "^4.4 || ^5.4 || ^6.3 || ^7.0", |
35 | | - "symfony/yaml": "^4.4 || ^5.4 || ^6.3 || ^7.0" |
| 25 | + "symfony/config": "^5.4 || ^6.4 || ^7.2", |
| 26 | + "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.2", |
| 27 | + "symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.2", |
| 28 | + "symfony/form": "^5.4 || ^6.4 || ^7.2", |
| 29 | + "symfony/http-foundation": "^5.4 || ^6.4 || ^7.2", |
| 30 | + "symfony/http-kernel": "^5.4 || ^6.4 || ^7.2", |
| 31 | + "symfony/options-resolver": "^5.4 || ^6.4 || ^7.2", |
| 32 | + "symfony/security-core": "^5.4 || ^6.4 || ^7.2", |
| 33 | + "symfony/translation": "^5.4 || ^6.4 || ^7.2", |
| 34 | + "symfony/validator": "^5.4 || ^6.4 || ^7.2", |
| 35 | + "symfony/yaml": "^5.4 || ^6.4 || ^7.2" |
36 | 36 | }, |
37 | 37 | "require-dev": { |
38 | 38 | "craue/translations-tests": "^1.1", |
|
46 | 46 | "phpstan/phpstan-strict-rules": "^1.1", |
47 | 47 | "phpstan/phpstan-symfony": "^1.1", |
48 | 48 | "phpunit/phpunit": "^9.5", |
49 | | - "symfony/browser-kit": "^4.4 || ^5.4 || ^6.3 || ^7.0", |
50 | | - "symfony/css-selector": "^4.4 || ^5.4 || ^6.3 || ^7.0", |
51 | | - "symfony/mime": "^4.4 || ^5.4 || ^6.3 || ^7.0", |
52 | | - "symfony/phpunit-bridge": "^7.0", |
53 | | - "symfony/security-bundle": "^4.4 || ^5.4 || ^6.3 || ^7.0", |
54 | | - "symfony/twig-bundle": "^4.4 || ^5.4 || ^6.3 || ^7.0" |
| 49 | + "symfony/browser-kit": "^5.4 || ^6.4 || ^7.2", |
| 50 | + "symfony/css-selector": "^5.4 || ^6.4 || ^7.2", |
| 51 | + "symfony/mime": "^5.4 || ^6.4 || ^7.2", |
| 52 | + "symfony/phpunit-bridge": "^7.3", |
| 53 | + "symfony/security-bundle": "^5.4 || ^6.4 || ^7.2", |
| 54 | + "symfony/twig-bundle": "^5.4 || ^6.4 || ^7.2" |
55 | 55 | }, |
56 | 56 | "conflict": { |
57 | 57 | "doctrine/dbal": "<2.10" |
|
74 | 74 | }, |
75 | 75 | "extra": { |
76 | 76 | "branch-alias": { |
77 | | - "dev-master": "3.7.x-dev" |
| 77 | + "dev-master": "3.8.x-dev" |
78 | 78 | } |
79 | 79 | } |
80 | 80 | } |
0 commit comments