Skip to content

Commit

Permalink
SplitToken: Move to private constructor model (#94)
Browse files Browse the repository at this point in the history
* Move to private constructor model

* Remove PHPCS from CI
  • Loading branch information
Menelion authored Apr 19, 2024
1 parent 17f1661 commit c110877
Show file tree
Hide file tree
Showing 26 changed files with 436 additions and 706 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/phpcs.yml

This file was deleted.

112 changes: 38 additions & 74 deletions README.md

Large diffs are not rendered by default.

19 changes: 11 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"oire/php-code-style": "dev-master",
"phpunit/phpunit": "*",
"psalm/plugin-phpunit": "*",
"squizlabs/php_codesniffer": "*",
"vimeo/psalm": "dev-master"
},
"license": "MIT",
Expand Down Expand Up @@ -48,13 +47,17 @@
"*": "dist"
},
"allow-plugins": {
"composer/package-versions-deprecated": true,
"captainhook/plugin-composer": false
"composer/package-versions-deprecated": true
}
},
"scripts": {
"tests": "vendor/bin/phpunit",
"coding-style": "vendor/bin/php-cs-fixer fix --dry-run --diff --config=.php_cs.dist",
"clear": "rm -rf vendor/"
}
"funding": [
{
"type": "PayPal",
"url": "https://paypal.me/MenelionFr"
},
{
"type": "Ko-fi",
"url": "https://ko-fi/Menelion"
}
]
}
Loading

0 comments on commit c110877

Please sign in to comment.