There was an error while loading. Please reload this page.
0 parents commit 015ed91Copy full SHA for 015ed91
.gitignore
@@ -0,0 +1,2 @@
1
+/vendor/
2
+composer.lock
README.md
+# my-php-coding-standard
+Custom code quality configs to be used with [phpcstd](https://github.com/spaceemotion/php-coding-standard)
composer.json
@@ -0,0 +1,14 @@
+{
+ "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