|
12 | 12 | "minimum-stability": "dev", |
13 | 13 | "prefer-stable": true, |
14 | 14 | "require": { |
15 | | - "php": ">=8.1", |
16 | | - "npm-asset/flag-icons": "^7.1", |
17 | | - "npm-asset/fortawesome--fontawesome-free": "^6.5", |
| 15 | + "php": ">=8.2", |
| 16 | + "php-forge/foxy": "^0.1", |
18 | 17 | "sjaakp/yii2-icon": "^1.0", |
19 | 18 | "ui-awesome/html": "^0.3", |
20 | 19 | "ui-awesome/html-component-bootstrap5": "^1.0@dev", |
21 | 20 | "ui-awesome/html-core":"^0.1", |
22 | 21 | "ui-awesome/html-helper":"^0.2", |
23 | 22 | "ui-awesome/html-svg":"^0.2", |
24 | | - "yii2-extensions/asset-bootstrap5": "^0.1", |
25 | | - "yii2-extensions/bootstrap5": "^0.1", |
26 | 23 | "yii2-extensions/localeurls": "dev-main", |
27 | 24 | "yiisoft/config": "^1.4", |
28 | | - "yiisoft/yii2": "^2.0.49 || ^2.2", |
29 | | - "yiisoft/yii2-symfonymailer": "^4.0" |
| 25 | + "yiisoft/yii2": "22.0.x-dev", |
| 26 | + "yiisoft/yii2-bootstrap5": "22.x-dev", |
| 27 | + "yiisoft/yii2-symfonymailer": "22.x-dev" |
30 | 28 | }, |
31 | 29 | "require-dev": { |
32 | 30 | "codeception/c3": "^2.8", |
|
37 | 35 | "codeception/module-yii2": "^1.1", |
38 | 36 | "codeception/verify": "^3.0", |
39 | 37 | "maglnet/composer-require-checker": "^4.6", |
| 38 | + "phpstan/phpstan": "^2.1", |
| 39 | + "rector/rector": "^2.0", |
40 | 40 | "symfony/browser-kit": "^6.3", |
41 | 41 | "symfony/process": "^6.3", |
42 | | - "yii2-extensions/debug": "dev-main", |
43 | | - "yii2-extensions/gii": "dev-main", |
44 | | - "yii2-extensions/phpstan": "^0.1" |
| 42 | + "symplify/easy-coding-standard": "^12.3", |
| 43 | + "yiisoft/yii2-debug": "22.x-dev", |
| 44 | + "yiisoft/yii2-gii": "22.x-dev" |
45 | 45 | }, |
46 | 46 | "autoload": { |
47 | 47 | "psr-4": { |
|
59 | 59 | }, |
60 | 60 | "config-plugin-file": "/config/config-plugin.php" |
61 | 61 | }, |
62 | | - "repositories": [ |
63 | | - { |
64 | | - "type": "composer", |
65 | | - "url": "https://asset-packagist.org" |
66 | | - } |
67 | | - ], |
68 | 62 | "config": { |
69 | 63 | "allow-plugins": { |
70 | 64 | "codeception/c3": true, |
71 | 65 | "yiisoft/yii2-composer": true, |
72 | 66 | "composer/installers": true, |
73 | | - "yiisoft/config": true |
| 67 | + "yiisoft/config": true, |
| 68 | + "php-forge/foxy": true |
74 | 69 | } |
| 70 | + }, |
| 71 | + "scripts": { |
| 72 | + "check-dependencies": "./vendor/bin/composer-require-checker check", |
| 73 | + "ecs": "./vendor/bin/ecs --fix", |
| 74 | + "rector": "./vendor/bin/rector process src", |
| 75 | + "static": "./vendor/bin/phpstan analyse src --memory-limit=512M", |
| 76 | + "tests": "./vendor/bin/codecept run" |
75 | 77 | } |
76 | 78 | } |
0 commit comments