Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit ee3c767

Browse files
authored
Merge pull request #10 from silinternational/feature/update-guzzle
update to Guzzle 6
2 parents 9b1d408 + 60b3ad2 commit ee3c767

9 files changed

Lines changed: 130 additions & 1585 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
composer.lock
12
composer.phar
23
/vendor
34
.idea/

.whitesource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"generalSettings": {
3-
"shouldScanRepo": true
3+
"shouldScanRepo": false
44
},
55
"checkRunSettings": {
66
"vulnerableCheckRunConclusionLevel": "failure"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 SIL International
3+
Copyright (c) 2020 SIL International
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
"keywords": ["zoom"],
66
"license": "MIT",
77
"require": {
8-
"php": ">=5.4.0",
9-
"guzzlehttp/guzzle": "~5.0",
10-
"guzzlehttp/log-subscriber": "^1.0",
11-
"guzzlehttp/retry-subscriber": "^2.0",
12-
"guzzlehttp/guzzle-services": "^0.5.0"
8+
"php": ">=7.2.0",
9+
"guzzlehttp/guzzle-services": "*"
1310
},
1411
"require-dev": {
15-
"phpunit/phpunit": "~4.0"
12+
"ext-json": "*",
13+
"phpunit/phpunit": "~4.0",
14+
"roave/security-advisories": "dev-master"
1615
},
1716
"authors": [
1817
{

0 commit comments

Comments
 (0)