Skip to content

Commit

Permalink
Merge pull request #9 from ownerrez/8-remove-guzzle-dep
Browse files Browse the repository at this point in the history
Remove Guzzle dependency
  • Loading branch information
ithielnor authored Aug 22, 2024

Verified

This commit was signed with the committer’s verified signature.
morozov Sergei Morozov
2 parents 9f195ac + 9c65e2b commit 59212a9
Showing 18 changed files with 409 additions and 438 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -31,5 +31,8 @@ composer.phar
# PHP Storm
/.idea

# Visual Studio Code
.vscode/

# project specific
test/test-credentials.php
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"name": "ownerrez/orez-api",
"version": "1.0.5",
"version": "1.1.0",
"description": "Official PHP wrapper for the OwnerRez API",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "OwnerRez Inc",
"email": "dev@ownerreservations.com",
"email": "dev@ownerrez.com",
"homepage": "http://ownerrez.com"
}
],
"require": {
"php": "^7.4 || ^8.0",
"guzzlehttp/guzzle": "^7.0"
"php": "^7.4 || ^8.0"
},
"autoload": {
"psr-4": {
351 changes: 4 additions & 347 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 59212a9

Please sign in to comment.