Skip to content

Commit 5bf12c6

Browse files
committed
Updating PHPUnit and tests with new fresh data retrieved from habbo.com
1 parent 88aef83 commit 5bf12c6

File tree

9 files changed

+1829
-1576
lines changed

9 files changed

+1829
-1576
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "gerbenjacobs/habbo-api",
33
"description": "A PHP wrapper for the (undocumented) Habbo Hotel API",
44
"keywords": ["habbo","api","wrapper"],
5-
"version": "1.0.1",
65
"license" : "MIT",
76
"authors": [
87
{
@@ -19,7 +18,7 @@
1918
"psr-4": { "HabboAPI\\": "src/HabboAPI" }
2019
},
2120
"require-dev": {
22-
"phpunit/phpunit": "4.3.*",
21+
"phpunit/phpunit": "4.*",
2322
"phpdocumentor/phpdocumentor": "2.*"
2423
}
2524
}

0 commit comments

Comments
 (0)