Skip to content

Commit a4f492a

Browse files
committed
Add Composer file and add PHPCS as dev dependency
PHPCS can be used to check & format code. https://github.com/squizlabs/PHP_CodeSniffer
1 parent a0001dd commit a4f492a

File tree

2 files changed

+85
-0
lines changed

2 files changed

+85
-0
lines changed

composer.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "microsoft/sql-server-samples",
3+
"description": "Official Microsoft GitHub Repository containing code samples for SQL Server",
4+
"type": "project",
5+
"require": {
6+
"php": ">=7.0.0"
7+
},
8+
"require-dev": {
9+
"squizlabs/php_codesniffer": "^3.5"
10+
},
11+
"license": "MIT",
12+
"minimum-stability": "stable"
13+
}

composer.lock

+72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)