AOEpeople / TYPO3_Restler

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

Error when installing TYPO3_restler with composer #11

Closed tmotyl closed 8 years ago

tmotyl commented 8 years ago

If you require "aoe/restler": "1.*" in your project compose,json, you will get error on running composer install/update: ` Problem 1

tmotyl commented 8 years ago

adding repository to project composer json solved the issue.

"repositories": [
        { "type": "vcs", "url": "https://github.com/AOEpeople/Restler.git" },
...
vdespa commented 8 years ago

Hi @tmotyl and thank you for your report.

I have updated the documentation in order to reflect this additional step.

If you have any other problems, feel free to get in touch with us.