|
@@ -1,7 +1,7 @@
|
|
|
Composer - Dependency Management for PHP
|
|
|
========================================
|
|
|
|
|
|
-Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.
|
|
|
+Composer helps you declare, manage and install dependencies of PHP projects.
|
|
|
|
|
|
See [https://getcomposer.org/](https://getcomposer.org/) for more information and documentation.
|
|
|
|
|
@@ -12,33 +12,12 @@ See [https://getcomposer.org/](https://getcomposer.org/) for more information an
|
|
|
Installation / Usage
|
|
|
--------------------
|
|
|
|
|
|
-1. Download and install Composer by following the [official instructions](https://getcomposer.org/download/).
|
|
|
-2. Create a composer.json defining your dependencies. Note that this example is
|
|
|
-a short version for applications that are not meant to be published as packages
|
|
|
-themselves. To create libraries/packages please read the
|
|
|
-[documentation](https://getcomposer.org/doc/02-libraries.md).
|
|
|
+Download and install Composer by following the [official instructions](https://getcomposer.org/download/).
|
|
|
|
|
|
- ``` json
|
|
|
- {
|
|
|
- "require": {
|
|
|
- "monolog/monolog": ">=1.0.0"
|
|
|
- }
|
|
|
- }
|
|
|
- ```
|
|
|
+Packages
|
|
|
+--------
|
|
|
|
|
|
-3. Run Composer: `php composer.phar install`
|
|
|
-4. Browse for more packages on [Packagist](https://packagist.org).
|
|
|
-
|
|
|
-Global installation of Composer (manual)
|
|
|
-----------------------------------------
|
|
|
-
|
|
|
-Follow instructions [in the documentation](https://getcomposer.org/doc/00-intro.md#globally)
|
|
|
-
|
|
|
-Updating Composer
|
|
|
------------------
|
|
|
-
|
|
|
-Running `php composer.phar self-update` or equivalent will update a phar
|
|
|
-install to the latest version.
|
|
|
+Find packages on [Packagist](https://packagist.org).
|
|
|
|
|
|
Community
|
|
|
---------
|
|
@@ -50,7 +29,7 @@ For support, Stack Overflow also offers a good collection of
|
|
|
[Composer related questions](https://stackoverflow.com/questions/tagged/composer-php).
|
|
|
|
|
|
Please note that this project is released with a
|
|
|
-[Contributor Code of Conduct](http://contributor-covenant.org/version/1/2/0/).
|
|
|
+[Contributor Code of Conduct](http://contributor-covenant.org/version/1/4/).
|
|
|
By participating in this project and its community you agree to abide by those terms.
|
|
|
|
|
|
Requirements
|
|
@@ -61,15 +40,15 @@ PHP 5.3.2 or above (at least 5.3.4 recommended to avoid potential bugs)
|
|
|
Authors
|
|
|
-------
|
|
|
|
|
|
-Nils Adermann - <naderman@naderman.de> - <https://twitter.com/naderman> - <http://www.naderman.de><br />
|
|
|
-Jordi Boggiano - <j.boggiano@seld.be> - <https://twitter.com/seldaek> - <http://seld.be><br />
|
|
|
+- Nils Adermann | [GitHub](https://github.com/naderman) | [Twitter](https://twitter.com/naderman) | <naderman@naderman.de> | [naderman.de](http://naderman.de)
|
|
|
+- Jordi Boggiano | [GitHub](https://github.com/Seldaek) | [Twitter](https://twitter.com/seldaek) | <j.boggiano@seld.be> | [seld.be](http://seld.be)
|
|
|
|
|
|
See also the list of [contributors](https://github.com/composer/composer/contributors) who participated in this project.
|
|
|
|
|
|
License
|
|
|
-------
|
|
|
|
|
|
-Composer is licensed under the MIT License - see the LICENSE file for details
|
|
|
+Composer is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
|
|
|
|
|
|
Acknowledgments
|
|
|
---------------
|