digedag / cfc_league

Sportsmanagement for TYPO3 (Backend)
3 stars 8 forks source link

Upload current version to TER #81

Closed stemeda closed 1 year ago

stemeda commented 1 year ago

Hey the current tag version 1.10.0 from github is not available on TER. On TER is only version 1.8.2. Can you update the version to TER? Or can I easily install the version from github?

digedag commented 1 year ago

REST-API of TER is not working since serveral weeks. So automatic upload is not possible right how. :slightly_frowning_face:

You can clone the projects to your ext folder. But you should use latest master. There were some fixes added since 1.10.0.

stemeda commented 1 year ago

Thanks, I added this to composer.json:

{
    "repositories": [
        {
            "type": "composer",
            "url": "https://composer.typo3.org/"
        },
                {
            "type": "vcs",
            "url": "https://github.com/digedag/cfc_league.git"
        },
                {
            "type": "vcs",
            "url": "https://github.com/digedag/cfc_league_fe.git"
        },
                {
            "type": "vcs",
            "url": "https://github.com/digedag/rn_base.git"
        }
    ],
    ...

    "require": {
        ....
        "digedag/cfc-league": "dev-master",
        "digedag/cfc-league-fe": "dev-master",
        "digedag/rn-base": "dev-master"
    },

Works fine