|
14 | 14 | "Elasticsearch" |
15 | 15 | ], |
16 | 16 | "homepage": "https://github.com/systemsdk/docker-symfony-api", |
17 | | - "version": "v1.1.0", |
| 17 | + "version": "v1.2.0", |
18 | 18 | "license": "MIT", |
19 | 19 | "authors": [ |
20 | 20 | { |
|
47 | 47 | "dukecity/command-scheduler-bundle": "^5.0", |
48 | 48 | "elasticsearch/elasticsearch": "^7.17", |
49 | 49 | "gedmo/doctrine-extensions": "^3.7", |
50 | | - "lexik/jwt-authentication-bundle": "^2.15", |
| 50 | + "lexik/jwt-authentication-bundle": "^2.16", |
51 | 51 | "mark-gerarts/automapper-plus-bundle": "^1.4", |
52 | 52 | "matomo/device-detector": "^6.0", |
53 | 53 | "matthiasnoback/symfony-console-form": "^5.3", |
|
95 | 95 | "symfony/twig-bundle": "<3.3" |
96 | 96 | }, |
97 | 97 | "require-dev": { |
98 | | - "bamarni/composer-bin-plugin": "^1.5", |
| 98 | + "bamarni/composer-bin-plugin": "^1.6", |
99 | 99 | "doctrine/doctrine-fixtures-bundle": "^3.4", |
100 | | - "systemsdk/easy-log-bundle": "1.10.*", |
| 100 | + "systemsdk/easy-log-bundle": "2.0.*", |
101 | 101 | "ergebnis/composer-normalize": "^2.22", |
102 | 102 | "roave/security-advisories": "dev-latest", |
103 | 103 | "symfony/browser-kit": "6.1.*", |
|
165 | 165 | "PHPStan\\Rules\\PHPUnit\\": "tools/02_phpstan/vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit", |
166 | 166 | "PHPStan\\Symfony\\": "tools/02_phpstan/vendor/phpstan/phpstan-symfony/src/Symfony", |
167 | 167 | "PHPStan\\Type\\PHPUnit\\": "tools/02_phpstan/vendor/phpstan/phpstan-phpunit/src/Type/PHPUnit", |
168 | | - "PHPStan\\Type\\Symfony\\": "tools/02_phpstan/vendor/phpstan/phpstan-symfony/src/Type/Symfony" |
| 168 | + "PHPStan\\Type\\Symfony\\": "tools/02_phpstan/vendor/phpstan/phpstan-symfony/src/Type/Symfony", |
| 169 | + "Rector\\Core\\": "tools/08_rector/vendor/rector/rector/src", |
| 170 | + "Rector\\Php74\\": "tools/08_rector/vendor/rector/rector/rules/Php74", |
| 171 | + "Rector\\Php80\\": "tools/08_rector/vendor/rector/rector/rules/Php80", |
| 172 | + "Rector\\Php81\\": "tools/08_rector/vendor/rector/rector/rules/Php81", |
| 173 | + "Rector\\Set\\": "tools/08_rector/vendor/rector/rector/packages/Set" |
169 | 174 | } |
170 | 175 | }, |
171 | 176 | "prefer-stable": true, |
|
0 commit comments