Skip to content

Commit

Permalink
Update support section
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulbamko committed Jan 8, 2025
1 parent 8cecb0a commit 0580bdf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@
"minimum-stability": "stable",
"require": {
"php": "^7.4 || ^8.0"
}
},
"funding": [
{
"type": "buymeacoffee",
"url": "https://buymeacoffee.com/ragod"
}
]
}
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Latest OAuth 2.0 Rest API Wrapper for UPS web services.
5. [Tracking API](#tracking)
6. [Documentation](#api-docs)
7. [License](#license-section)
8. [Support the Project](#support-section)

<a name="requirements"></a>
## Requirements
Expand Down Expand Up @@ -320,3 +321,11 @@ echo '<pre>'; print_r($trackingRes); echo '</pre>'; die();
## License

PHP UPS API is licensed under [The MIT License (MIT)](LICENSE).

<a name="support-section"></a>
## Support the Project

If you enjoy using this package, please consider [buying me a coffee](https://www.buymeacoffee.com/ragod). Your support keeps the development going! ☕

[![Buy Me a Coffee](https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg)](https://www.buymeacoffee.com/ragod)

0 comments on commit 0580bdf

Please sign in to comment.