Skip to content

Commit fe8df38

Browse files
authored
Update code (#135)
1 parent e5da377 commit fe8df38

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

composer.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@
2323
"ext-json": "*",
2424
"ext-pdo": "*",
2525
"yiisoft/arrays": "^2.0",
26-
"yiisoft/db": "dev-dev",
26+
"yiisoft/db": "dev-master",
2727
"yiisoft/json": "^1.0",
2828
"yiisoft/strings": "^2.0"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^9.5",
32-
"roave/infection-static-analysis-plugin": "^1.7",
33-
"vimeo/psalm": "^4.4",
32+
"roave/infection-static-analysis-plugin": "^1.16",
33+
"spatie/phpunit-watcher": "^1.23",
34+
"vimeo/psalm": "^4.18",
3435
"yiisoft/aliases": "^1.1|^2.0",
3536
"yiisoft/cache": "^1.0",
3637
"yiisoft/log": "^1.0"
@@ -53,8 +54,12 @@
5354
"config": {
5455
"sort-packages": true,
5556
"allow-plugins": {
56-
"composer/package-versions-deprecated": true,
57-
"infection/extension-installer": true
57+
"infection/extension-installer": true,
58+
"composer/package-versions-deprecated": true
5859
}
60+
},
61+
"scripts": {
62+
"test": "phpunit --testdox --no-interaction",
63+
"test-watch": "phpunit-watcher watch"
5964
}
6065
}

0 commit comments

Comments
 (0)