Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eventum/composer
Eventum Composer repository
https://github.com/eventum/composer
Last synced: about 2 months ago
JSON representation
Eventum Composer repository
- Host: GitHub
- URL: https://github.com/eventum/composer
- Owner: eventum
- Created: 2014-10-25T19:33:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T10:13:43.000Z (over 2 years ago)
- Last Synced: 2024-04-14T22:55:20.534Z (10 months ago)
- Language: Makefile
- Homepage: https://eventum.github.io/composer/
- Size: 425 KB
- Stars: 28
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Eventum Composer repository
===========================This is [composer](https://getcomposer.org/) repository to speed up packages installation in Eventum.
Contains:
- PEAR packages used by Eventum
- Third-party libraries lacking `composer.json` or having broken `composer.json`
- Packages that needed fixes that upstream does not acceptTo use this, Eventum `composer.json` should contain:
```json
"repositories": [
{
"type": "composer",
"url": "https://eventum.github.io/composer/"
},
]
```Head over to https://eventum.github.io/composer/ to browse available packages.
__NOTE__: actual composer repository is on [gh-pages](https://github.com/eventum/composer/tree/gh-pages) branch