AOEpeople / TYPO3_Restler

restler (PHP REST-Framework) for TYPO3
GNU General Public License v3.0
30 stars 17 forks source link

Requirement "luracast/restler" version with date suffix - no matching package found #54

Closed nimayneb closed 4 years ago

nimayneb commented 4 years ago

Usage (for me): composer require aoe/restler ^3.2.0 (PHP 7.2, TYPO3 8.7)

But with all other versions < 3.2.0 too.

Problem:

The GitHub and Packagist releases for package "luracast/restler" shows versions without date suffix ("20191001"). So, the tags are not available (anymore).

Workaround (before require "aoe/restler"): composer require luracast/restler "3.0.0 as 3.0.0.20191001"

sven-carstens commented 4 years ago

There is a separate fork for that: "repositories": [ { "type": "composer", "url": "https://composer.typo3.org/" }, { "type": "git", "url": "https://github.com/AOEpeople/Restler.git" } ],

nimayneb commented 4 years ago

Oh that's all. And it is described in the documentation. Overlooked.