Skip to content

Commit 3b678ff

Browse files
committed
🎉 first commit
composer init
1 parent 4cb5372 commit 3b678ff

File tree

3 files changed

+1696
-0
lines changed

3 files changed

+1696
-0
lines changed

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/vendor/
2+
/.idea

‎composer.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "rovast/php-standard-demo",
3+
"description": "php standard demo",
4+
"license": "MIT",
5+
"authors": [
6+
{
7+
"name": "rovast",
8+
"email": "[email protected]"
9+
}
10+
],
11+
"require": {},
12+
"require-dev": {
13+
"sebastian/phpcpd": "^4.1",
14+
"phpmd/phpmd": "^2.6",
15+
"friendsofphp/php-cs-fixer": "^2.13"
16+
}
17+
}

0 commit comments

Comments
 (0)