mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
PHPCS can be used to check & format code. https://github.com/squizlabs/PHP_CodeSniffer
14 lines
346 B
JSON
14 lines
346 B
JSON
{
|
|
"name": "microsoft/sql-server-samples",
|
|
"description": "Official Microsoft GitHub Repository containing code samples for SQL Server",
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">=7.0.0"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
},
|
|
"license": "MIT",
|
|
"minimum-stability": "stable"
|
|
}
|