File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 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"
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}
You can’t perform that action at this time.
0 commit comments