Skip to content

Commit 7a445a5

Browse files
authored
Update code (#113)
1 parent b15801e commit 7a445a5

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

composer.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@
2323
"ext-mbstring": "*",
2424
"ext-pdo": "*",
2525
"yiisoft/arrays": "^2.0",
26-
"yiisoft/db": "dev-dev",
26+
"yiisoft/db": "dev-master",
2727
"yiisoft/strings": "^2.0"
2828
},
2929
"require-dev": {
3030
"ext-json": "*",
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/json": "^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)