Vincent Letourneau
|
bc685cf587
|
Add PHP Mess Detector
|
2018-03-29 10:05:40 +02:00 |
|
Vincent Letourneau
|
7c627648e5
|
Update composer
- Update PHPUnit
- Switch minimum-stability to stable
|
2018-02-16 18:13:10 +01:00 |
|
Vincent Letourneau
|
cfb6e87297
|
Add coverage-text log
|
2018-02-16 18:12:19 +01:00 |
|
Vincent Letourneau
|
5a67444f4a
|
Uprade Apigen version
|
2017-12-19 10:00:11 +01:00 |
|
Vincent Letourneau
|
58613a90e3
|
Apigen error fixed until their next release candidate
|
2017-09-07 21:05:46 +02:00 |
|
Vincent Letourneau
|
63cb412dfa
|
Update apigen to 5.0.0-RC4
|
2017-08-08 11:52:57 +02:00 |
|
Vincent Letourneau
|
a488cc1c8d
|
Updating dependencies in the composer dist file
- Update PHPCodeSniffer to 3.*
- Update Apigen to 5.0.0-RC3
|
2017-08-03 13:48:51 +02:00 |
|
Vincent Letourneau
|
691d9f1a3c
|
Add phpunit 6.0
|
2017-07-27 20:01:19 +02:00 |
|
Vincent Letourneau
|
b7683f79a6
|
Add code coverage and color output for testing
|
2017-07-27 17:40:42 +02:00 |
|
Vincent Letourneau
|
109074f91b
|
Upgrade phpunit to version 6.0
|
2017-07-27 17:37:59 +02:00 |
|
Vincent Letourneau
|
2fc6bdd6b1
|
Delete composer.json
|
2017-06-13 20:25:09 +02:00 |
|
Vincent Letourneau
|
6db293a047
|
Add a composer configuration file for the distribution
|
2017-06-13 20:20:21 +02:00 |
|
Vincent Letourneau
|
ddf9604b8e
|
Fix composer apigen error
|
2017-05-25 22:29:00 +02:00 |
|
Vincent Letourneau
|
0c081d7fc9
|
Add Unit Test example
|
2017-01-23 11:04:43 +01:00 |
|
Vincent Letourneau
|
ca9f2919aa
|
Add example
|
2017-01-23 11:03:50 +01: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 |
|