Skip to content

Commit 2e6017d

Browse files
author
Oytun Tez
committed
dependencies fixed for min stability and updated php requirement
1 parent 7924eb1 commit 2e6017d

File tree

2 files changed

+38
-28
lines changed

2 files changed

+38
-28
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"license": "MIT",
88
"authors": [
99
{
10-
"name": "Oytun Tez",
11-
"email": "oytun@motaword.com",
12-
"homepage": "https://github.com/oytuntez",
10+
"name": "MotaWord Development",
11+
"email": "it@motaword.com",
12+
"homepage": "https://github.com/motaword",
1313
"role": "Developer"
1414
},
1515
{
@@ -26,15 +26,15 @@
2626
}
2727
],
2828
"require": {
29-
"php": ">=5.4.0",
29+
"php": ">=5.6.0",
3030
"ext-curl": "*",
3131
"ext-json": "*",
3232
"ext-mbstring": "*",
33-
"apimatic/unirest-php": "dev-master"
33+
"apimatic/unirest-php": "^2.1"
3434
},
3535
"autoload": {
3636
"psr-4": {
3737
"MotaWord\\": "src/"
3838
}
3939
}
40-
}
40+
}

composer.lock

Lines changed: 32 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)