Skip to content

Commit

Permalink
Add Composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorejb committed Apr 5, 2023
1 parent 1dca139 commit 49ed325
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,18 @@
"ext-dom": "*",
"ext-libxml": "*"
},
"autoload": {
"psr-4": {"theodorejb\\PhpStv\\": "php/"}
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.9"
},
"autoload": {
"psr-4": {
"theodorejb\\PhpStv\\": "php/"
}
},
"scripts": {
"psalm": "psalm",
"test": "phpunit"
}
}

0 comments on commit 49ed325

Please sign in to comment.