Skip to content

Commit

Permalink
add composer / phpcs & php-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nliautaud committed Jun 11, 2018
1 parent 0d2c7d2 commit 528832c
Show file tree
Hide file tree
Showing 4 changed files with 1,284 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*.settings
*.json
/.vscode/
/vendor/
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "nliautaud/p01contact",
"description": "Create contact forms by writing simple tags.",
"type": "library",
"require-dev": {
"squizlabs/php_codesniffer": "^3.3",
"wimg/php-compatibility": "^8.1",
"friendsofphp/php-cs-fixer": "^2.12"
},
"license": "MIT",
"authors": [
{
"name": "nliautaud",
"email": "[email protected]"
}
],
"minimum-stability": "stable"
}
Loading

0 comments on commit 528832c

Please sign in to comment.