|
1 | 1 | {
|
2 | 2 | "name": "midas-platform/midas-server",
|
3 |
| - "description": "Midas Platform", |
| 3 | + "description": "Server component of the Midas Platform", |
4 | 4 | "type": "project",
|
5 | 5 | "homepage": "http://www.midasplatform.org",
|
6 | 6 | "license": "Apache-2.0",
|
7 | 7 | "support": {
|
8 | 8 | "email": "kitware@kitware.com",
|
9 | 9 | "issues": "https://github.com/midasplatform/Midas/issues",
|
10 |
| - "wiki": "http://www.kitware.com/midaswiki", |
11 | 10 | "source": "https://github.com/midasplatform/Midas"
|
12 | 11 | },
|
13 | 12 | "require": {
|
14 | 13 | "php": ">=5.3.23",
|
15 | 14 | "ext-gd": "*",
|
16 | 15 | "ext-json": "*",
|
17 | 16 | "francodacosta/phmagick": "0.4.*@dev",
|
18 |
| - "intervention/image": "~2.0.17", |
19 |
| - "ircmaxell/random-lib": "1.0.*@dev", |
20 |
| - "leafo/scssphp": "~0.1.1", |
21 |
| - "maennchen/zipstream-php": "~0.2.2", |
22 |
| - "michelf/php-markdown": "~1.4.1", |
23 |
| - "moontoast/math": "~1.1.0", |
24 |
| - "reprovinci/solr-php-client": "~1.0.3", |
25 |
| - "rhumsaa/uuid": "~2.8.0", |
26 |
| - "sendgrid/sendgrid": "~2.1.1", |
27 |
| - "zendframework/zendframework1": "~1.12.9" |
| 17 | + "intervention/image": "~2.1", |
| 18 | + "ircmaxell/random-lib": "~1.1", |
| 19 | + "leafo/scssphp": "~0.1", |
| 20 | + "maennchen/zipstream-php": "~0.3", |
| 21 | + "michelf/php-markdown": "~1.4", |
| 22 | + "moontoast/math": "~1.1", |
| 23 | + "reprovinci/solr-php-client": "~1.0", |
| 24 | + "rhumsaa/uuid": "~2.8", |
| 25 | + "sendgrid/sendgrid": "~2.2", |
| 26 | + "zendframework/zendframework1": "~1.12" |
28 | 27 | },
|
29 | 28 | "require-dev": {
|
30 | 29 | "ext-curl": "*",
|
31 |
| - "fabpot/php-cs-fixer": "~1.3", |
32 |
| - "jokkedk/zfdebug": "~1.6.2", |
| 30 | + "ext-xdebug": "*", |
| 31 | + "fabpot/php-cs-fixer": "~1.5", |
| 32 | + "jokkedk/zfdebug": "~1.6", |
33 | 33 | "phpcheckstyle/phpcheckstyle": "V0.14.1",
|
34 | 34 | "phpunit/dbunit": "1.3.*@dev",
|
35 |
| - "phpunit/php-code-coverage": "~2.0.14", |
36 |
| - "phpunit/phpcov": "~2.0.1", |
37 |
| - "phpunit/phpunit": "~4.4.1", |
38 |
| - "satooshi/php-coveralls": "~0.6.1", |
39 |
| - "sensiolabs/security-checker": "~2.0.0", |
40 |
| - "symfony/console": "~2.6.3" |
| 35 | + "phpunit/phpcov": "~2.0", |
| 36 | + "phpunit/phpunit": "~4.5", |
| 37 | + "satooshi/php-coveralls": "~0.6", |
| 38 | + "sensiolabs/security-checker": "~2.0", |
| 39 | + "symfony/console": "~2.6" |
41 | 40 | },
|
42 | 41 | "suggest": {
|
43 | 42 | "ext-fileinfo": "*",
|
|
0 commit comments