This is composer repository to speed up packages installation in Openfed.
To use Openfed Libraries, your project composer.json
should contain:
"repositories": [
{
"type": "composer",
"url": "https://openfed.github.io/openfed-libraries/"
},
]
Head over to https://openfed.github.io/openfed-libraries/ to browse available packages.
NOTE: actual composer repository is on gh-pages branch
This project makes use of Satis and it's using its master branch
To update the available libraries, you'll have to:
- Update satis.json to add more libraries, always keeping the old versions to assure retro-compatibility.
- Run "make" in order for satis to generate the new files.
- Commit the updated files to master branch
- Commit the contents of "dist" folder to gh-pages branch