Skip to content

Commit

Permalink
Add PHP extensions into Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Jul 22, 2019
1 parent 1853df1 commit 6df6cbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
=========

### [1.0.1](https://github.com/webeweb/pixabay-library/tree/v1.0.1) (2019-07-22)

- Add PHP extensions into Composer

### [1.0.0](https://github.com/webeweb/pixabay-library/tree/v1.0.0) (2019-07-06)

- Initial release
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"require": {
"php": "^5.6|^7.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.0",
"webeweb/core-library": "^5.0"
},
Expand Down

0 comments on commit 6df6cbd

Please sign in to comment.