Skip to content

Commit cba262b

Browse files
authored
Merge pull request #3 from Colbydude/master
Update composer and move phpunit to require-dev.
2 parents 93f6c4e + 115629e commit cba262b

File tree

2 files changed

+231
-129
lines changed

2 files changed

+231
-129
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xivapi/xivapi-php",
33
"type": "library",
4-
"keywords": ["ffxiv","php","api","sdk"],
4+
"keywords": ["ffxiv", "php", "api", "sdk"],
55
"description": "A PHP SDK for xivapi.com",
66
"homepage": "https://github.com/xivapi/xivapi-php",
77
"license": "MIT",
@@ -15,10 +15,10 @@
1515
],
1616
"require": {
1717
"php": "^7.2",
18-
"guzzlehttp/guzzle": "^6.3",
19-
"phpunit/phpunit": "6.5.11"
18+
"guzzlehttp/guzzle": "^6.3"
2019
},
2120
"require-dev": {
21+
"phpunit/phpunit": "~6.0"
2222
},
2323
"autoload": {
2424
"psr-0": {

0 commit comments

Comments
 (0)