You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supports string and array settings for file_extensions config (#37)
* Fixes Dockerfile and Makefile to update components
* Supports string and array settings for file_extensions config
Avoid printing a php notice for each issue
The interpreter wants us to do this `end` shenanigan. Getting this
method under test actually _required_ us to avoid the notice, which is
kind of cool.
Dockerfile fixes (#35)
* add php7 package
Otherwise there's no /usr/bin/php7 and nothing works
* Improve development workflow in Dockerfile
We should leverage docker caching so builds take less time.