DavidBruchmann / typo3_forum

An Extbase-based TYPO3 Extension which is called typo3_forum. This fork is working in TYPO3 Version 8 and under development. Testing, Issue-reports and Pull-requests are welcome!
https://www.tukani.de
GNU General Public License v2.0
2 stars 2 forks source link

Invalid version string in composer.json #29

Closed schams-net closed 5 years ago

schams-net commented 6 years ago

PHP composer reports an invalid version string "^8.7.*" in file composer.json.

$ composer config repositories.github vcs https://github.com/DavidBruchmann/typo3_forum
$ composer require mittwald/typo3_forum "dev-develop"
Reading composer.json of mittwald/typo3_forum (develop)                
Skipped branch develop, Could not parse version constraint ^8.7.*: Invalid version string "^8.7.*"

[InvalidArgumentException]
Could not find package mittwald/typo3_forum in a version matching dev-develop
DavidBruchmann commented 6 years ago

primary it's about "name": "mittwald/typo3_forum", which must be "name": "DavidBruchmann/typo3_forum",

"typo3/cms-core": "^8.7.*", simply should be changed to "typo3/cms-core": "^8.7", probably

CORRECTION: will use the name wdb/typo3_forum

DavidBruchmann commented 6 years ago

related: #5

DavidBruchmann commented 5 years ago

Solved with 67ac8e4, 90e68a9 and 00f72d8