Tag: composer


  • Silent is (almost) dead, long live my-lex

    Silex has been announced as reaching EOL in 2018. What is Silex, and what does this announcement mean?

  • SSL, Composer and PHP 5.6

    A quick technical note: I ran into the same issue as Rob Allen did. Using his solution I came to understand the problem, but contrary to Rob, I was using an Ubuntu system in a Vagrant-box. The solution is the same, the path is different. In your php.ini, you add/update the openssl.cafile parameter: openssl.cafile=/etc/ssl/certs/ca-certificates.crt Don’t…

  • Aside from installing dependencies and creating an autoloader for those dependencies, Composer can also be the autoloader for your own custom code. Obviously, it’s a matter of reading the F***** documentation, and as soon as Jordi told me Composer could actually do this, I quickly had stuff set up. All I needed to do was…