From 33ab880dce2948ada3ff6494efccb5f147e1877c Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Sun, 24 Jul 2022 01:06:28 +0200 Subject: [PATCH] Add recipe for php-cs-fixer/shim --- php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php | 1 + php-cs-fixer/shim/3.0/manifest.json | 1 + 2 files changed, 2 insertions(+) create mode 120000 php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php create mode 120000 php-cs-fixer/shim/3.0/manifest.json diff --git a/php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php b/php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php new file mode 120000 index 00000000..d3bc4607 --- /dev/null +++ b/php-cs-fixer/shim/3.0/.php-cs-fixer.dist.php @@ -0,0 +1 @@ +../../../friendsofphp/php-cs-fixer/3.0/.php-cs-fixer.dist.php \ No newline at end of file diff --git a/php-cs-fixer/shim/3.0/manifest.json b/php-cs-fixer/shim/3.0/manifest.json new file mode 120000 index 00000000..6dfbdab3 --- /dev/null +++ b/php-cs-fixer/shim/3.0/manifest.json @@ -0,0 +1 @@ +../../../friendsofphp/php-cs-fixer/3.0/manifest.json \ No newline at end of file