HermanPeeren / Extengen

Extension generator as Joomla extension
GNU General Public License v3.0
8 stars 2 forks source link

Missing composer.json for Twig #1

Open pctechnikch opened 1 year ago

pctechnikch commented 1 year ago

Hello, I am following your work with great interest. Unfortunately, files are still missing and this is how this error occurs:

An error has occurred.

0 Failed opening required 'C:\wamp64\www\dev3\libraries/yepr/vendor/autoload.php' (include_path='.;C:\php\pear')

Thanks Rene

HermanPeeren commented 3 months ago

Yes, sorry, momentary it is only to use Twig in the generator. Will add a composer.json in the repo and include it in the build, once a release is made.

In /libraries/yepr I have the following composer.json:

{
    "require": {
      "twig/twig":"^3.0"
    }
}