Skip to content
/ composer Public

Talis Composer package repository

Notifications You must be signed in to change notification settings

talis/composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talis Composer repository

This is composer repository to speed up installation of Talis packages.

To use it, add this repository to your composer.json file:

    "repositories": [
        {
            "type": "composer",
            "url": "https://composer.talis.io/"
        }
    ]

Head over to https://composer.talis.io/ to browse available packages.

Updating the repository

In case a new version of a package has been tagged, you should update the repository so you can use that new version.

Go to Actions 🡪 Workflows 🡪 Publish to GitHub pages and click on Run workflow button to trigger it.

Releases

No releases published

Packages

No packages published