Skip to content

Commit 77ccabf

Browse files
Use own manifest file
1 parent 33ab880 commit 77ccabf

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

php-cs-fixer/shim/3.0/manifest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

php-cs-fixer/shim/3.0/manifest.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"aliases": ["cs-fixer-shim", "php-cs-fixer-shim"],
3+
"copy-from-recipe": {
4+
".php-cs-fixer.dist.php": ".php-cs-fixer.dist.php"
5+
},
6+
"gitignore": [
7+
"/.php-cs-fixer.php",
8+
"/.php-cs-fixer.cache"
9+
]
10+
}

0 commit comments

Comments
 (0)