mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-25 22:41:32 +02:00
Fixed w3c validator errors for "Duplicate ID"
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
isChild: true
|
||||
---
|
||||
|
||||
## Composer and Packagist
|
||||
## Composer and Packagist {#composer_and_packagist_title}
|
||||
|
||||
Composer is a **brilliant** dependency manager for PHP. List your project's dependencies in a `composer.json` file and, with a few simple commands, Composer will automatically download your project's dependencies and setup autoloading for you.
|
||||
|
||||
|
Reference in New Issue
Block a user