Composer: Difference between revisions
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
* [https://packagist.org/ Packageis] is the main and standard repository, so you don't have to tell composer where to find which package | * [https://packagist.org/ Packageis] is the main and standard repository, so you don't have to tell composer where to find which package | ||
* a package name consist of vendor name and a project name | * a package name consist of vendor name and a project name | ||
* downloaded packages are documented in <code>composer.lock</code> | |||
==Package Versioning== | ==Package Versioning== | ||
* <code>1. | * <code>1.0.*</code> fits >=1.0 <1.1 | ||
==Installation== | ==Installation== | ||
Latest revision as of 09:31, 13 August 2018
Concept[edit]
- project is defined by file
composer.json - Packageis is the main and standard repository, so you don't have to tell composer where to find which package
- a package name consist of vendor name and a project name
- downloaded packages are documented in
composer.lock
Package Versioning[edit]
1.0.*fits >=1.0 <1.1
Installation[edit]
Deinstallation[edit]
- by Windows Menu -> Systemsteuerung -> Programme -> Programme deinstallieren