1
0
Fork 0

Add note about composer.json location, fixes 9225

pull/9214/head
Jordi Boggiano 2020-09-21 13:51:49 +02:00 committed by GitHub
parent 2a36c3a70a
commit e3c6b213e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@ a logging library. If you have not yet installed Composer, refer to the
To start using Composer in your project, all you need is a `composer.json`
file. This file describes the dependencies of your project and may contain
other metadata as well.
other metadata as well. It typically should go in the top-most directory of
your project/VCS repository. You can technically run Composer anywhere but
if you want to publish a package to Packagist.org, it will have to be able
to find the file at the top of your VCS repository.
### The `require` key