Skip to content

Commit 9494938

Browse files
committed
- [X] update php to 8.1|8.2
1 parent 3d7efd4 commit 9494938

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^7.3|^8.0",
22+
"php": "^8.1|^8.2",
2323
"phpseclib/phpseclib": "^2.0|^3.0"
2424
},
2525
"require-dev": {
2626
"scrutinizer/ocular": "~1.1",
2727
"php-coveralls/php-coveralls": "^2.1",
2828
"symfony/process": "~3.4",
29-
"phpunit/phpunit": "^8"
29+
"phpunit/phpunit": "^9.0|^10.0"
3030
},
3131
"autoload": {
3232
"psr-4": {
@@ -48,5 +48,7 @@
4848
"branch-alias": {
4949
"dev-master": "1.0-dev"
5050
}
51-
}
51+
},
52+
"minimum-stability": "stable",
53+
"prefer-stable": true
5254
}

lib/Invoice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* @property object $notifications
2424
* @property object $order
2525
* @property object $reference
26-
* @property object $invoicer
26+
* @property object $invoices
2727
* @property object $customer
2828
* @property object $post
2929
* @property object $redirect

0 commit comments

Comments
 (0)