Skip to content

Commit

Permalink
Update code (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdef committed Jun 19, 2022
1 parent e5da377 commit fe8df38
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions composer.json
Expand Up @@ -23,14 +23,15 @@
"ext-json": "*",
"ext-pdo": "*",
"yiisoft/arrays": "^2.0",
"yiisoft/db": "dev-dev",
"yiisoft/db": "dev-master",
"yiisoft/json": "^1.0",
"yiisoft/strings": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"roave/infection-static-analysis-plugin": "^1.7",
"vimeo/psalm": "^4.4",
"roave/infection-static-analysis-plugin": "^1.16",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.18",
"yiisoft/aliases": "^1.1|^2.0",
"yiisoft/cache": "^1.0",
"yiisoft/log": "^1.0"
Expand All @@ -53,8 +54,12 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"infection/extension-installer": true
"infection/extension-installer": true,
"composer/package-versions-deprecated": true
}
},
"scripts": {
"test": "phpunit --testdox --no-interaction",
"test-watch": "phpunit-watcher watch"
}
}

0 comments on commit fe8df38

Please sign in to comment.