Skip to content

Commit 65ee406

Browse files
committed
PSR-4; Guzzle 6.x
1 parent 469be43 commit 65ee406

17 files changed

+28
-16
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"homepage": "https://github.com/academe/sugarrestapi",
66
"type": "library",
77
"license": "MIT",
8-
"version": "0.9.0",
98
"authors": [
109
{
1110
"name": "Jason Judge",
@@ -15,11 +14,11 @@
1514
],
1615
"require": {
1716
"php": ">=5.3.0",
18-
"guzzle/guzzle": "3.*"
17+
"guzzle/guzzle": "~6.3"
1918
},
2019
"autoload": {
21-
"psr-0": {
22-
"Academe\\SugarRestApi": "/"
20+
"psr-4": {
21+
"Academe\\SugarRestApi": "src/"
2322
}
2423
}
2524
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)