Skip to content

Commit 015ed91

Browse files
committed
Initial package setup
Only depends on php 7.4 for now
0 parents commit 015ed91

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/vendor/
2+
composer.lock

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# my-php-coding-standard
2+
Custom code quality configs to be used with [phpcstd](https://github.com/spaceemotion/php-coding-standard)

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "spaceemotion/my-php-coding-standard",
3+
"type": "library",
4+
"description": "",
5+
"authors": [
6+
{
7+
"name": "spaceemotion",
8+
"email": "hello@spaceemotion.net"
9+
}
10+
],
11+
"require": {
12+
"php": "^7.4"
13+
}
14+
}

0 commit comments

Comments
 (0)