Current behavior
Code example misses the version statement or add another hint about minimum stability otherwise package not installable via composer.
Expected behavior/output
I would like to have a real world and simple example to get done quickly with my new extension without running into errors.
Links
I found this issue on this page.
TYPO3 versions
12.4, 13.4, main
Possible Solution
Add into composer.json this line
"version" : "1"
Additional context
I am learning to create an extension based on extbase.
Current behavior
Code example misses the version statement or add another hint about minimum stability otherwise package not installable via composer.
Expected behavior/output
I would like to have a real world and simple example to get done quickly with my new extension without running into errors.
Links
I found this issue on this page.
TYPO3 versions
12.4, 13.4, main
Possible Solution
Add into composer.json this line
"version" : "1"
Additional context
I am learning to create an extension based on extbase.