Skip to content

Commit 521b4d6

Browse files
authored
Merge pull request #1 from geekwright/phpunit-2.8.28
Update phpunit/phpunit to 4.8.28
2 parents 95e0d6a + cd2e8e4 commit 521b4d6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
{
1+
{
22
"name":"old-xoops-libraries/php-downloader",
33
"description":"Some classes from php-downloader v1.0 by www.ipunkt.biz package that were used in Xoops but can't be found outside",
44
"type":"library",
5-
"require-dev":{
6-
"phpunit/phpunit":"~3.7"
5+
"require-dev":{
6+
"phpunit/phpunit":"4.8.28",
7+
"roave/security-advisories": "dev-master"
78
},
89
"license":"LGPL-2.1-only",
9-
"require":{
10+
"require":{
1011
"php":">=5.0"
1112
},
12-
"autoload":{
13-
"classmap":[
13+
"autoload":{
14+
"classmap":[
1415
"./src/zipfile.php",
1516
"./src/tar.php"
1617
]

0 commit comments

Comments
 (0)