Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork493
composer/getcomposer.org
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
To contribute to the docs, fork the composer/composer repository and add orchange a file in the doc directory. Documentation sources can be browsedathttps://github.com/composer/composer/tree/main/doc
Documentation is then automatically generated on getcomposer.org
This is a Symfony project.
The easiest way to run this project is to installSymfony-cli andrun the project using Symfony.
If you encounter issues with HTTPS/SSL, you can automatically install a self-signed certificateusingsymfony server:ca:install.
For Symfony to run, you need to create a JSON file in/web calledversions (no extension). It should contain at least the following:
{"stable": [{"version":"<composer version>" }],"preview": [{"version":"<composer version>" }]}Note
<composer version> is aSemantic Versioningstring for aComposer version, e.g. "2.8.9".
Assets are generated using Node'sesbuild.
To change JS and CSS, make sure you runnpm install first and then usenpm run dev ornpm run build to build new assets from the sources with watch mode on.
The output of build should be committed to be deployed, but please do not commitit if you are sending a pull request.
About
getcomposer.org sources
Resources
License
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.