Skip to content

Commit

Permalink
fixed bug in composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Pettett committed Jan 12, 2018
1 parent 815b8e2 commit 5df869f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
=== 2.0.1 2018-01-12

* fixed bug in composer file
* added example for using content_url param

=== 2.0.0 2017-12-04
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { "Phaxio\\": "lib/" }
"psr-0": { "Phaxio\\": "lib/", "Phaxio": "lib/" }
}
}
}

0 comments on commit 5df869f

Please sign in to comment.