I'm using Zend Framework 2.
After an update (I guess quite long because I had to use "COMPOSER_PROCESS_TIMEOUT=5000 php composer.phar update"). I get this strange error "Parse error: syntax error, unexpected $end"... so I add to the end of the current file an "?>" but another file error has coming with this similar error.. If you see every files of Zend Framework 2 (or ex: 1.11), no one has this end.
So my question is : It's a mistake of the composer.phar when updating or a mistake with my PHP (php.ini) ?
To explain with a concrete example, I'm trying to install "socalnick/scn-social-auth". So I changed the composer.json file according the installation (https://github.com/SocalNick/ScnSocialAuth) then these errors.
Somebody has this kind of error ?
Thanks a lot Have a good day !