We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b2769 commit ed1c24bCopy full SHA for ed1c24b
README.md
@@ -2,7 +2,7 @@
2
3
This is a simple Laravel (PHP) wrapper for Billingo (billingo.hu) API V3 SwaggerHUB PHP SDK.
4
5
-Compatible with: Laravel 6.x (LTS), Laravel 8.x or PHP 7.4<=
+Compatible with: Laravel 6.x (LTS), Laravel 8.x and 9.x or PHP 7.4<=
6
7
**You can use the wrapper easily with all type of PHP projects (not just Laravel) from 1.0.0 version without changing except downloadInvoice method.**
8
composer.json
@@ -19,7 +19,7 @@
19
],
20
"require": {
21
"php": ">=7.4",
22
- "illuminate/support": "^6|^8",
+ "illuminate/support": "^6|^8|^9",
23
"deviddev/billingo-api-v3-php-sdk": "^0.2.6"
24
},
25
"require-dev": {
0 commit comments