Composer: Difference between revisions
| Line 2: | Line 2: | ||
* project is defined by file <code>composer.json</code> | * project is defined by file <code>composer.json</code> | ||
* [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 | |||
==Package Versioning== | |||
* <code>1.1.*</code> fits >=1.0 <1.1 | |||
==Installation== | ==Installation== | ||
Revision as of 09:28, 13 August 2018
Concept
- 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
Package Versioning
1.1.*fits >=1.0 <1.1
Installation
Deinstallation
- by Windows Menu -> Systemsteuerung -> Programme -> Programme deinstallieren