Skip to content

Commit 3e73291

Browse files
committed
Remove the useless target-dir setting from the composer config
target-dir was meant to allow using the root of the package as a PSR-4 root and make composer prepend the target dir when installing to make it compatible with PSR-0, before PSR-4 was a reality. This setting is deprecated in Composer in favor of using PSR-4, and it is not needed anyway when using the classmap autoloading.
1 parent 0cb1d5a commit 3e73291

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@
2121
"autoload": {
2222
"classmap": ["Authentication/", "Exceptions/"]
2323
},
24-
"target-dir": "Firebase/PHP-JWT",
2524
"minimum-stability": "dev"
2625
}

0 commit comments

Comments
 (0)