Skip to content

Commit

Permalink
Merge pull request #5 from blessedjasonmwanza/php-library
Browse files Browse the repository at this point in the history
Feat: requestPayment = Php library
  • Loading branch information
blessedjasonmwanza authored Oct 21, 2024
2 parents 8776f61 + be7a30e commit fee0e47
Show file tree
Hide file tree
Showing 12 changed files with 4,094 additions and 5 deletions.
5 changes: 1 addition & 4 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ Unlock the power of seamless financial **transactions in Africa** with MoneyUnif

👤 **Blessed Jason Mwanza** - [Buy him a Coffee](https://www.buymeacoffee.com/mwanzabj)

- Portfolio : [https://blessedjasonmwanza.tech](https://blessedjasonmwanza.tech)

- LinkedIn: [Connect with Blessed on LinkedIn](https://www.linkedin.com/in/blessedjasonmwanza)

- Github : [@blessedjasonmwanza](https://github.com/blessedjasonmwanza)
Expand All @@ -145,8 +143,7 @@ Unlock the power of seamless financial **transactions in Africa** with MoneyUnif
Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/blessedjasonmwanza/MoneyUnify/issues).

# Show your support

Give a ⭐️ if you like this project!
Give a ⭐️ if you like this project! or [Donate](https://www.buymeacoffee.com/mwanzabj)

11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
}
],
"require": {
"php": "^7.0"
"php": ">=7.0"
},
"license": "MIT",
"require-dev": {
"pestphp/pest": "^3.4"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}
Loading

0 comments on commit fee0e47

Please sign in to comment.