|
1 | 1 | { |
2 | | - "type": "project", |
| 2 | + "description": "The ai.symfony.com website.", |
3 | 3 | "license": "proprietary", |
4 | | - "minimum-stability": "stable", |
5 | | - "prefer-stable": true, |
| 4 | + "type": "project", |
6 | 5 | "require": { |
7 | | - "php": ">=8.2", |
| 6 | + "php": ">=8.4", |
8 | 7 | "ext-ctype": "*", |
9 | 8 | "ext-iconv": "*", |
10 | | - "symfony/asset": "*", |
11 | | - "symfony/asset-mapper": "*", |
12 | | - "symfony/console": "*", |
13 | | - "symfony/dotenv": "*", |
| 9 | + "symfony/asset": "^7.3", |
| 10 | + "symfony/asset-mapper": "^7.3", |
| 11 | + "symfony/console": "^7.3", |
| 12 | + "symfony/dotenv": "^7.3", |
14 | 13 | "symfony/flex": "^2", |
15 | | - "symfony/framework-bundle": "*", |
16 | | - "symfony/runtime": "*", |
| 14 | + "symfony/framework-bundle": "^7.3", |
| 15 | + "symfony/runtime": "^7.3", |
17 | 16 | "symfony/stimulus-bundle": "^2.31", |
18 | | - "symfony/twig-bundle": "*", |
| 17 | + "symfony/twig-bundle": "^7.3", |
19 | 18 | "symfony/ux-icons": "^2.31", |
20 | | - "symfony/yaml": "*", |
| 19 | + "symfony/yaml": "^7.3", |
21 | 20 | "twig/extra-bundle": "^3.0", |
22 | 21 | "twig/twig": "^3.0" |
23 | 22 | }, |
24 | | - "config": { |
25 | | - "allow-plugins": { |
26 | | - "php-http/discovery": true, |
27 | | - "symfony/flex": true, |
28 | | - "symfony/runtime": true |
29 | | - }, |
30 | | - "sort-packages": true |
31 | | - }, |
32 | | - "autoload": { |
33 | | - "psr-4": { |
34 | | - "App\\": "src/" |
35 | | - } |
36 | | - }, |
37 | | - "autoload-dev": { |
38 | | - "psr-4": { |
39 | | - "App\\Tests\\": "tests/" |
40 | | - } |
| 23 | + "require-dev": { |
| 24 | + "symfony/maker-bundle": "^1.64" |
41 | 25 | }, |
42 | 26 | "replace": { |
43 | 27 | "symfony/polyfill-ctype": "*", |
|
47 | 31 | "symfony/polyfill-php74": "*", |
48 | 32 | "symfony/polyfill-php80": "*", |
49 | 33 | "symfony/polyfill-php81": "*", |
50 | | - "symfony/polyfill-php82": "*" |
51 | | - }, |
52 | | - "scripts": { |
53 | | - "auto-scripts": { |
54 | | - "cache:clear": "symfony-cmd", |
55 | | - "assets:install %PUBLIC_DIR%": "symfony-cmd", |
56 | | - "importmap:install": "symfony-cmd" |
57 | | - }, |
58 | | - "post-install-cmd": [ |
59 | | - "@auto-scripts" |
60 | | - ], |
61 | | - "post-update-cmd": [ |
62 | | - "@auto-scripts" |
63 | | - ] |
| 34 | + "symfony/polyfill-php82": "*", |
| 35 | + "symfony/polyfill-php83": "*", |
| 36 | + "symfony/polyfill-php84": "*" |
64 | 37 | }, |
65 | 38 | "conflict": { |
66 | 39 | "symfony/symfony": "*" |
67 | 40 | }, |
| 41 | + "minimum-stability": "stable", |
| 42 | + "prefer-stable": true, |
| 43 | + "autoload": { |
| 44 | + "psr-4": { |
| 45 | + "App\\": "src/" |
| 46 | + } |
| 47 | + }, |
| 48 | + "autoload-dev": { |
| 49 | + "psr-4": { |
| 50 | + "App\\Tests\\": "tests/" |
| 51 | + } |
| 52 | + }, |
| 53 | + "config": { |
| 54 | + "allow-plugins": { |
| 55 | + "php-http/discovery": true, |
| 56 | + "symfony/flex": true, |
| 57 | + "symfony/runtime": true |
| 58 | + }, |
| 59 | + "sort-packages": true |
| 60 | + }, |
68 | 61 | "extra": { |
69 | 62 | "symfony": { |
70 | 63 | "allow-contrib": false, |
71 | 64 | "require": "7.3.*" |
72 | 65 | } |
73 | 66 | }, |
74 | | - "require-dev": { |
75 | | - "symfony/maker-bundle": "^1.64" |
| 67 | + "scripts": { |
| 68 | + "post-install-cmd": [ |
| 69 | + "@auto-scripts" |
| 70 | + ], |
| 71 | + "post-update-cmd": [ |
| 72 | + "@auto-scripts" |
| 73 | + ], |
| 74 | + "auto-scripts": { |
| 75 | + "cache:clear": "symfony-cmd", |
| 76 | + "assets:install %PUBLIC_DIR%": "symfony-cmd", |
| 77 | + "importmap:install": "symfony-cmd" |
| 78 | + } |
76 | 79 | } |
77 | 80 | } |
0 commit comments