Skip to content

Commit 5df869f

Browse files
author
Josh Pettett
committed
fixed bug in composer file
1 parent 815b8e2 commit 5df869f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
=== 2.0.1 2018-01-12
22

3+
* fixed bug in composer file
34
* added example for using content_url param
45

56
=== 2.0.0 2017-12-04

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"php": ">=5.3.0"
1010
},
1111
"autoload": {
12-
"psr-0": { "Phaxio\\": "lib/" }
12+
"psr-0": { "Phaxio\\": "lib/", "Phaxio": "lib/" }
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)