|
15 | 15 | "ui-awesome/html": "^0.3", |
16 | 16 | "ui-awesome/html-component-bootstrap5": "^1.0@dev", |
17 | 17 | "ui-awesome/html-svg":"^0.2", |
| 18 | + "vlucas/phpdotenv": "^5.6", |
18 | 19 | "yii2-extensions/localeurls": "^0.1.0", |
19 | 20 | "yiisoft/yii2": "^2.0.53|^22", |
20 | 21 | "yiisoft/yii2-bootstrap5": "^2.0.50|^22", |
|
26 | 27 | "codeception/lib-innerbrowser": "^4.0", |
27 | 28 | "codeception/module-asserts": "^3.0", |
28 | 29 | "codeception/module-filesystem": "^3.0", |
| 30 | + "codeception/module-phpbrowser": "^3.0", |
29 | 31 | "codeception/module-yii2": "^1.1", |
30 | 32 | "codeception/verify": "^3.0", |
31 | 33 | "maglnet/composer-require-checker": "^4.6", |
|
75 | 77 | "ecs": "./vendor/bin/ecs --fix", |
76 | 78 | "rector": "./vendor/bin/rector process src", |
77 | 79 | "static": "./vendor/bin/phpstan analyse src --memory-limit=512M", |
78 | | - "tests": "./vendor/bin/codecept run" |
| 80 | + "tests": "./vendor/bin/codecept run --env php-builtin" |
79 | 81 | } |
80 | 82 | } |
0 commit comments