File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
4848 "branch-alias" : {
4949 "dev-master" : " 1.0-dev"
5050 }
51- }
51+ },
52+ "minimum-stability" : " stable" ,
53+ "prefer-stable" : true
5254}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments