Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 33083f0

Browse files
author
Jamie Snape
committed
Update composer.json dependencies
1 parent fe008fa commit 33083f0

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

composer.json

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
11
{
22
"name": "midas-platform/midas-server",
3-
"description": "Midas Platform",
3+
"description": "Server component of the Midas Platform",
44
"type": "project",
55
"homepage": "http://www.midasplatform.org",
66
"license": "Apache-2.0",
77
"support": {
88
"email": "kitware@kitware.com",
99
"issues": "https://github.com/midasplatform/Midas/issues",
10-
"wiki": "http://www.kitware.com/midaswiki",
1110
"source": "https://github.com/midasplatform/Midas"
1211
},
1312
"require": {
1413
"php": ">=5.3.23",
1514
"ext-gd": "*",
1615
"ext-json": "*",
1716
"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"
2827
},
2928
"require-dev": {
3029
"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",
3333
"phpcheckstyle/phpcheckstyle": "V0.14.1",
3434
"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"
4140
},
4241
"suggest": {
4342
"ext-fileinfo": "*",

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.4/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
44
bootstrap="tests/TestsBootstrap.php"
55
colors="true">
66
<testsuites>

0 commit comments

Comments
 (0)