:octocat: +scripts

This commit is contained in:
codemasher
2021-11-18 08:19:47 +01:00
parent f6aaeea3ee
commit 1dff066cc4
+9
View File
@@ -48,5 +48,14 @@
"chillerlan\\QRCodeTest\\": "tests/",
"chillerlan\\QRCodeExamples\\": "examples/"
}
},
"scripts": {
"phpunit": "@php vendor/bin/phpunit",
"phan": "@php vendor/bin/phan"
},
"config": {
"lock": false,
"sort-packages": true,
"platform-check": true
}
}