Skip to content

Commit e70251e

Browse files
committed
Move to private constructor model
1 parent 17f1661 commit e70251e

25 files changed

+436
-678
lines changed

README.md

+38-74
Large diffs are not rendered by default.

composer.json

+11-8
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"oire/php-code-style": "dev-master",
1717
"phpunit/phpunit": "*",
1818
"psalm/plugin-phpunit": "*",
19-
"squizlabs/php_codesniffer": "*",
2019
"vimeo/psalm": "dev-master"
2120
},
2221
"license": "MIT",
@@ -48,13 +47,17 @@
4847
"*": "dist"
4948
},
5049
"allow-plugins": {
51-
"composer/package-versions-deprecated": true,
52-
"captainhook/plugin-composer": false
50+
"composer/package-versions-deprecated": true
5351
}
5452
},
55-
"scripts": {
56-
"tests": "vendor/bin/phpunit",
57-
"coding-style": "vendor/bin/php-cs-fixer fix --dry-run --diff --config=.php_cs.dist",
58-
"clear": "rm -rf vendor/"
59-
}
53+
"funding": [
54+
{
55+
"type": "PayPal",
56+
"url": "https://paypal.me/MenelionFr"
57+
},
58+
{
59+
"type": "Ko-fi",
60+
"url": "https://ko-fi/Menelion"
61+
}
62+
]
6063
}

0 commit comments

Comments
 (0)