|
9 | 9 | { |
10 | 10 | "name": "Craig Davis", |
11 | 11 | "email": "craig@there4development.com" |
12 | | - }, { |
13 | | - "name": "Guillermo A. Fisher", |
14 | | - "homepage": "http://guillermoandraefisher.com" |
| 12 | + }, |
| 13 | + { |
| 14 | + "name": "Guillermo A. Fisher", |
| 15 | + "homepage": "http://guillermoandraefisher.com" |
15 | 16 | } |
16 | 17 | ], |
17 | 18 | "support": { |
18 | 19 | "issues": "https://github.com/there4/slim-test-helpers/issues", |
19 | 20 | "source": "https://github.com/there4/slim-test-helpers" |
20 | 21 | }, |
21 | | - "minimum-stability": "dev", |
22 | 22 | "require": { |
23 | 23 | "slim/slim": "2.6.*", |
24 | | - "phpunit/phpunit": "5.*", |
25 | | - "phpunit/dbunit": "2.*", |
| 24 | + "phpunit/phpunit": "^4.8|5.*", |
| 25 | + "phpunit/dbunit": "1.*|2.*", |
26 | 26 | "illuminate/database": ">=4.0" |
27 | 27 | }, |
28 | 28 | "require-dev": { |
29 | | - "squizlabs/php_codesniffer": "1.*" |
| 29 | + "squizlabs/php_codesniffer": "2.*", |
| 30 | + "codeclimate/php-test-reporter": "^0.3" |
30 | 31 | }, |
31 | 32 | "autoload": { |
32 | 33 | "psr-0": { |
|
39 | 40 | } |
40 | 41 | }, |
41 | 42 | "scripts": { |
42 | | - "test" : "vendor/bin/phpunit --verbose --coverage-text", |
43 | | - "sniff" : "vendor/bin/phpcs --standard=PSR2 --extensions=php src tests" |
| 43 | + "test": "vendor/bin/phpunit --verbose --coverage-text", |
| 44 | + "sniff": "vendor/bin/phpcs --standard=PSR2 --extensions=php src tests", |
| 45 | + "fix": "vendor/bin/phpcbf --standard=PSR2 --extensions=php controllers models routes src tests" |
44 | 46 | } |
45 | 47 | } |
0 commit comments