Skip to content

Commit bc560ef

Browse files
committedSep 3, 2024·
Update composer package name before publish.
1 parent c36c495 commit bc560ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "markstory/feature-flags",
3-
"description": "FeatureFlags plugin for CakePHP",
2+
"name": "markstory/cakephp-feature-flags",
3+
"description": "Feature flags plugin for CakePHP",
44
"type": "cakephp-plugin",
55
"license": "MIT",
66
"require": {
@@ -29,7 +29,7 @@
2929
],
3030
"cs-check": "phpcs --colors -p",
3131
"cs-fix": "phpcbf --colors -p",
32-
"stan": "tools/psalm",
32+
"psalm": "tools/psalm",
3333
"test": "phpunit --colors=always"
3434
},
3535
"config": {

0 commit comments

Comments
 (0)
Please sign in to comment.