Skip to content

Commit ed1c24b

Browse files
committed
add support for laravel 9
1 parent 68b2769 commit ed1c24b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a simple Laravel (PHP) wrapper for Billingo (billingo.hu) API V3 SwaggerHUB PHP SDK.
44

5-
Compatible with: Laravel 6.x (LTS), Laravel 8.x or PHP 7.4<=
5+
Compatible with: Laravel 6.x (LTS), Laravel 8.x and 9.x or PHP 7.4<=
66

77
**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.**
88

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": ">=7.4",
22-
"illuminate/support": "^6|^8",
22+
"illuminate/support": "^6|^8|^9",
2323
"deviddev/billingo-api-v3-php-sdk": "^0.2.6"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)