Skip to content

Commit

Permalink
Create composer structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravan Scafi committed Oct 3, 2018
1 parent a8f420a commit dca5047
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
vendor
composer.lock
phpcs.xml
34 changes: 34 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "leroy-merlin-br/coding-standard",
"description": "The coding standard for PHP projects on LMBR",
"type": "phpcodesniffer-standard",
"license": "MIT",
"keywords": [
"leroy-merlin",
"php",
"coding",
"standard",
"cs",
"code",
"style",
"sniffer",
"rules",
"sniffs",
"checks"
],
"authors": [
{
"name": "Boitatá",
"email": "boitata@leroymerlin.com.br"
}
],
"require": {
"php": "^7.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"slevomat/coding-standard": "^4.8.0",
"squizlabs/php_codesniffer": "^3.3.2"
},
"config": {
"sort-packages": true
}
}

0 comments on commit dca5047

Please sign in to comment.