From 529ef346a0a51443c5a114727a78c4868e3eb77c Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 1 Jun 2022 11:03:17 +0200 Subject: [PATCH] Fix the "psr7" alias (#1091) --- symfony/psr7-meta/1.0/manifest.json | 1 - symfony/psr7-pack/1.0/manifest.json | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 symfony/psr7-pack/1.0/manifest.json diff --git a/symfony/psr7-meta/1.0/manifest.json b/symfony/psr7-meta/1.0/manifest.json index 72cb9229..e164c6e6 100644 --- a/symfony/psr7-meta/1.0/manifest.json +++ b/symfony/psr7-meta/1.0/manifest.json @@ -1,5 +1,4 @@ { - "aliases": ["psr-7", "psr-17"], "copy-from-recipe": { "config/": "%CONFIG_DIR%/" } diff --git a/symfony/psr7-pack/1.0/manifest.json b/symfony/psr7-pack/1.0/manifest.json new file mode 100644 index 00000000..609cf437 --- /dev/null +++ b/symfony/psr7-pack/1.0/manifest.json @@ -0,0 +1,3 @@ +{ + "aliases": ["psr-7", "psr-17"] +}