Skip to content

Commit 650a52c

Browse files
authored
Update Composer development dependencies (#279)
1 parent c360787 commit 650a52c

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Enh #276: Add `make open` and improve `make up` UX (@samdark)
66
- Enh #277: Update `yiisoft/data` requirement from `^1.0.1` to `^2.0.0` (@vjik)
7+
- Enh #279: Update Composer development dependencies (@vjik)
78

89
## 1.4.0 April 12, 2026
910

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@
6363
"yiisoft/yii-runner-http": "^3.2.1"
6464
},
6565
"require-dev": {
66-
"vlucas/phpdotenv": "^5.6",
66+
"vlucas/phpdotenv": "^5.6.3",
6767
"codeception/c3": "^2.9",
6868
"codeception/codeception": "^5.3.5",
6969
"codeception/lib-innerbrowser": "^4.1.0",
7070
"codeception/module-asserts": "^3.3.0",
7171
"codeception/module-cli": "^2.0.1",
7272
"codeception/module-db": "^3.2.2",
73-
"codeception/module-phpbrowser": "^3.0.2",
73+
"codeception/module-phpbrowser": "^4.0.0",
7474
"codeception/module-rest": "^3.4.3",
75-
"friendsofphp/php-cs-fixer": "^3.94.2",
75+
"friendsofphp/php-cs-fixer": "^3.95.1",
7676
"phpunit/phpunit": "^11.5.55",
77-
"rector/rector": "^2.3.8",
77+
"rector/rector": "^2.4.2",
7878
"roave/infection-static-analysis-plugin": "^1.40",
7979
"shipmonk/composer-dependency-analyser": "^1.8.4",
80-
"vimeo/psalm": "^6.15.1"
80+
"vimeo/psalm": "^6.16.1"
8181
},
8282
"autoload": {
8383
"psr-4": {

0 commit comments

Comments
 (0)