Commit Graph

3 Commits

Author SHA1 Message Date
Vincent Letourneau
ddf9604b8e Fix composer apigen error 2017-05-25 22:29:00 +02:00
Vincent Letourneau
995868ecc2 Update composer
- Add autoloader
 - Add PHPUnit
 - Add ApiGen
 - Add CodeSniffer

version: '2'
services:
    webserver:
        image: php
        ports:
            - 3000:80
        volumes:
            - ./www:/www
        command: php -S 0.0.0.0:80 -t /www
2017-01-23 11:02:41 +01:00
Vincent Letourneau
671766bdf3 first commit 2017-01-15 15:48:31 +01:00