|
1 | 1 | { |
2 | 2 | "name": "yiisoft/app", |
3 | 3 | "type": "project", |
4 | | - "description": "Yii 3 application template", |
| 4 | + "description": "Yii3 application template", |
5 | 5 | "keywords": [ |
6 | 6 | "yii3", |
7 | 7 | "app" |
|
25 | 25 | "url": "https://github.com/sponsors/yiisoft" |
26 | 26 | } |
27 | 27 | ], |
28 | | - "minimum-stability": "dev", |
29 | | - "prefer-stable": true, |
30 | 28 | "scripts": { |
31 | 29 | "serve": [ |
32 | 30 | "Composer\\Config::disableProcessTimeout", |
|
42 | 40 | ] |
43 | 41 | }, |
44 | 42 | "require": { |
45 | | - "php": "^8.1", |
| 43 | + "php": "^8.2", |
46 | 44 | "ext-filter": "*", |
47 | 45 | "ext-intl": "*", |
48 | | - "httpsoft/http-message": "^1.1", |
49 | | - "psr/container": "^2.0", |
50 | | - "psr/http-message": "^1.1|^2.0", |
51 | | - "psr/http-server-handler": "^1.0", |
52 | | - "symfony/console": "^6.0", |
| 46 | + "httpsoft/http-message": "^1.1.6", |
| 47 | + "psr/container": "^2.0.2", |
| 48 | + "psr/http-message": "^2.0", |
| 49 | + "psr/http-server-handler": "^1.0.2", |
| 50 | + "symfony/console": "^7.3.1", |
53 | 51 | "yiisoft/aliases": "^3.0", |
54 | | - "yiisoft/assets": "^4.0", |
55 | | - "yiisoft/cache": "^3.0", |
56 | | - "yiisoft/cache-file": "^3.0", |
57 | | - "yiisoft/config": "^1.1", |
58 | | - "yiisoft/csrf": "^2.0", |
59 | | - "yiisoft/data-response": "^2.0", |
60 | | - "yiisoft/definitions": "^3.0", |
61 | | - "yiisoft/di": "^1.2", |
62 | | - "yiisoft/error-handler": "^4.0", |
63 | | - "yiisoft/factory": "^1.0", |
| 52 | + "yiisoft/assets": "^5.1", |
| 53 | + "yiisoft/cache": "^3.1", |
| 54 | + "yiisoft/cache-file": "^3.2", |
| 55 | + "yiisoft/config": "^1.6", |
| 56 | + "yiisoft/csrf": "^2.2.2", |
| 57 | + "yiisoft/data-response": "^2.1", |
| 58 | + "yiisoft/definitions": "^3.4", |
| 59 | + "yiisoft/di": "^1.4", |
| 60 | + "yiisoft/error-handler": "^4.1", |
| 61 | + "yiisoft/factory": "^1.3", |
64 | 62 | "yiisoft/files": "^2.0", |
65 | | - "yiisoft/html": "^3.0", |
| 63 | + "yiisoft/html": "^3.11", |
66 | 64 | "yiisoft/http": "^1.2", |
67 | | - "yiisoft/i18n": "^1.1", |
68 | | - "yiisoft/log": "^2.1", |
| 65 | + "yiisoft/i18n": "^1.2.1", |
| 66 | + "yiisoft/log": "^2.1.1", |
69 | 67 | "yiisoft/log-target-file": "^3.0", |
70 | | - "yiisoft/router": "^3.0", |
71 | | - "yiisoft/router-fastroute": "^3.0", |
72 | | - "yiisoft/translator": "^3.0", |
73 | | - "yiisoft/translator-message-php": "^1.1", |
74 | | - "yiisoft/view": "^12.0", |
75 | | - "yiisoft/yii-console": "^2.0", |
76 | | - "yiisoft/yii-debug": "dev-master", |
77 | | - "yiisoft/yii-event": "^2.0", |
78 | | - "yiisoft/yii-http": "^1.0", |
79 | | - "yiisoft/yii-middleware": "^1.0", |
80 | | - "yiisoft/yii-runner-console": "^2.0", |
| 68 | + "yiisoft/router": "^4", |
| 69 | + "yiisoft/router-fastroute": "^4.0.1", |
| 70 | + "yiisoft/translator": "^3.1", |
| 71 | + "yiisoft/translator-message-php": "^1.1.1", |
| 72 | + "yiisoft/view": "^12.2", |
| 73 | + "yiisoft/yii-console": "^2.3", |
| 74 | + "yiisoft/yii-event": "^2.1", |
| 75 | + "yiisoft/yii-http": "^1.0.4", |
| 76 | + "yiisoft/yii-middleware": "^1.1.0", |
| 77 | + "yiisoft/yii-runner-console": "^2.2", |
81 | 78 | "yiisoft/yii-runner-http": "^3.2", |
82 | | - "yiisoft/yii-view-renderer": "^7.1" |
| 79 | + "yiisoft/yii-view-renderer": "^7.3" |
83 | 80 | }, |
84 | 81 | "require-dev": { |
85 | | - "codeception/c3": "^2.7", |
86 | | - "codeception/codeception": "^5.0", |
87 | | - "codeception/module-asserts": "^3.0", |
88 | | - "codeception/module-cli": "^2.0", |
89 | | - "codeception/module-phpbrowser": "^3.0", |
90 | | - "maglnet/composer-require-checker": "^4.5", |
91 | | - "rector/rector": "^2.0.3", |
92 | | - "roave/infection-static-analysis-plugin": "^1.34", |
93 | | - "roave/security-advisories": "dev-master", |
94 | | - "spatie/phpunit-watcher": "^1.23", |
95 | | - "vimeo/psalm": "^5.20", |
96 | | - "yiisoft/yii-debug-api": "3.0.x-dev", |
97 | | - "yiisoft/yii-debug-viewer": "^3.0@dev" |
| 82 | + "codeception/c3": "^2.9", |
| 83 | + "codeception/codeception": "^5.3.2", |
| 84 | + "codeception/module-asserts": "^3.2", |
| 85 | + "codeception/module-cli": "^2.0.1", |
| 86 | + "codeception/module-phpbrowser": "^3.0.1", |
| 87 | + "maglnet/composer-require-checker": "^4.16.1", |
| 88 | + "rector/rector": "^2.1.0", |
| 89 | + "roave/infection-static-analysis-plugin": "^1.38", |
| 90 | + "roave/security-advisories": "dev-latest", |
| 91 | + "spatie/phpunit-watcher": "^1.24", |
| 92 | + "vimeo/psalm": "^6.12.1" |
98 | 93 | }, |
99 | 94 | "autoload": { |
100 | 95 | "psr-4": { |
|
107 | 102 | } |
108 | 103 | }, |
109 | 104 | "extra": { |
110 | | - "branch-alias": { |
111 | | - "dev-master": "1.0.x-dev" |
112 | | - }, |
113 | 105 | "config-plugin-file": "configuration.php" |
114 | 106 | }, |
115 | 107 | "config": { |
116 | 108 | "sort-packages": true, |
| 109 | + "bump-after-update": true, |
117 | 110 | "allow-plugins": { |
118 | 111 | "yiisoft/config": true, |
119 | 112 | "infection/extension-installer": true, |
|
0 commit comments