UnexpectedValueException pb_social" depends on "TYPO3" when installing via ddev composer

Issue #37 new
Former user created an issue

I have a DDEV composer setup with the latest TYPO3 9.5.9 Installation. I had no problems, installing other extension via ddev composer req

But when i run ddev composer req plusb/pb_social i get the following error

[ UnexpectedValueException ]                                                    
The package "pb_social" depends on "TYPO3" which is not present in the system. 

The error occurs even if i remove the require typo3 fom the pb_social composer.json

Comments (2)

  1. Former user Account Deleted

    The exception occours due to the typo3 dependency in the ext_emconf.php. When installing the extension via composer, then “TYPO3“ is written in uppercase. Changing this to lowercase fixes the issue.

    I tried to fork to contribute a pull request. But in the source on Bitbucket it is written in lowercase.

  2. Log in to comment