|
22 | 22 | ], |
23 | 23 | "require" : { |
24 | 24 | "php": "^7.4 || ^8.0", |
25 | | - "thecodingmachine/tdbm": "~5.3.0", |
| 25 | + "thecodingmachine/tdbm": "dev-updates-for-sf6 as 5.3.99", |
26 | 26 | "doctrine/doctrine-bundle": "^2", |
27 | 27 | "doctrine/orm": "^2", |
28 | | - "symfony/http-kernel": "^4.1.9 || ^5" |
| 28 | + "symfony/http-kernel": "^4.1.9 || ^5.0 || ^6.0" |
29 | 29 | }, |
30 | 30 | "require-dev": { |
31 | 31 | "roave/security-advisories": "dev-master", |
32 | | - "symfony/security-bundle": "^4.1.9 || ^5", |
33 | | - "symfony/yaml": "^4.1.9 || ^5", |
| 32 | + "symfony/security-bundle": "^4.1.9 || ^5 || ^6", |
| 33 | + "symfony/yaml": "^4.1.9 || ^5 || ^6", |
34 | 34 | "phpunit/phpunit": "^9.5", |
35 | 35 | "phpstan/phpstan": "^1.2", |
36 | | - "thecodingmachine/tdbm-fluid-schema-builder": "^1.0.0", |
37 | | - "symfony/framework-bundle": "^5.2" |
| 36 | + "thecodingmachine/tdbm-fluid-schema-builder": "^1.0 || ^2.0", |
| 37 | + "symfony/framework-bundle": "^6.2" |
38 | 38 | }, |
39 | 39 | "scripts": { |
40 | 40 | "phpstan": "phpstan analyse TdbmBundle.php DependencyInjection/ Utils/ -c phpstan.neon --level=8 --no-progress" |
|
54 | 54 | "dev-master": "5.3.x-dev" |
55 | 55 | } |
56 | 56 | }, |
| 57 | + "repositories": [ |
| 58 | + { |
| 59 | + "type": "vcs", |
| 60 | + "url": "https://github.com/daetcm/tdbm" |
| 61 | + } |
| 62 | + ], |
57 | 63 | "minimum-stability": "dev", |
58 | 64 | "prefer-stable": true |
59 | 65 | } |
0 commit comments