We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36c495 commit bc560efCopy full SHA for bc560ef
composer.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "markstory/feature-flags",
3
- "description": "FeatureFlags plugin for CakePHP",
+ "name": "markstory/cakephp-feature-flags",
+ "description": "Feature flags plugin for CakePHP",
4
"type": "cakephp-plugin",
5
"license": "MIT",
6
"require": {
@@ -29,7 +29,7 @@
29
],
30
"cs-check": "phpcs --colors -p",
31
"cs-fix": "phpcbf --colors -p",
32
- "stan": "tools/psalm",
+ "psalm": "tools/psalm",
33
"test": "phpunit --colors=always"
34
},
35
"config": {
0 commit comments