Fix the "psr7" alias (#1091)

This commit is contained in:
Nicolas Grekas
2022-06-01 11:03:17 +02:00
committed by GitHub
parent 41df30b336
commit 529ef346a0
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -1,5 +1,4 @@
{
"aliases": ["psr-7", "psr-17"],
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
+3
View File
@@ -0,0 +1,3 @@
{
"aliases": ["psr-7", "psr-17"]
}