[手动选题][tech]: 20220516 Use Composer to require Git repositories within PHP projects.md

This commit is contained in:
lkxed 2022-05-16 19:03:01 +08:00
parent ed29214362
commit b6d886917c

View File

@ -12,6 +12,7 @@ Use Composer to require Git repositories within PHP projects
This dependency management tool makes it easier to require a repository even when it hasn't been created as a package.
![young woman working on a laptop][1]
Image by: CC BY 3.0 US Mapbox Uncharted ERG
The dependency management tool [Composer][2] provides multiple ways to include Git repositories within a PHP: Hypertext Preprocessor (PHP) project.