Minor fixes

This commit is contained in:
David Bomba 2024-12-08 16:38:32 +11:00
parent 8e588016df
commit ecc1cc05eb
2 changed files with 25 additions and 25 deletions

View File

@ -129,7 +129,6 @@ class CompanyGateway extends BaseModel
// const TYPE_AUTHORIZE = 305; // const TYPE_AUTHORIZE = 305;
// const TYPE_CUSTOM = 306; // const TYPE_CUSTOM = 306;
// const TYPE_BRAINTREE = 307; // const TYPE_BRAINTREE = 307;
// const TYPE_WEPAY = 309;
// const TYPE_PAYFAST = 310; // const TYPE_PAYFAST = 310;
// const TYPE_PAYTRACE = 311; // const TYPE_PAYTRACE = 311;
// const TYPE_MOLLIE = 312; // const TYPE_MOLLIE = 312;

49
composer.lock generated
View File

@ -5702,16 +5702,16 @@
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
"version": "2.5.3", "version": "2.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/commonmark.git", "url": "https://github.com/thephpleague/commonmark.git",
"reference": "b650144166dfa7703e62a22e493b853b58d874b0" "reference": "d150f911e0079e90ae3c106734c93137c184f932"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/b650144166dfa7703e62a22e493b853b58d874b0", "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d150f911e0079e90ae3c106734c93137c184f932",
"reference": "b650144166dfa7703e62a22e493b853b58d874b0", "reference": "d150f911e0079e90ae3c106734c93137c184f932",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5736,8 +5736,9 @@
"phpstan/phpstan": "^1.8.2", "phpstan/phpstan": "^1.8.2",
"phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0", "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
"scrutinizer/ocular": "^1.8.1", "scrutinizer/ocular": "^1.8.1",
"symfony/finder": "^5.3 | ^6.0 || ^7.0", "symfony/finder": "^5.3 | ^6.0 | ^7.0",
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0", "symfony/process": "^5.4 | ^6.0 | ^7.0",
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
"unleashedtech/php-coding-standard": "^3.1.1", "unleashedtech/php-coding-standard": "^3.1.1",
"vimeo/psalm": "^4.24.0 || ^5.0.0" "vimeo/psalm": "^4.24.0 || ^5.0.0"
}, },
@ -5747,7 +5748,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "2.6-dev" "dev-main": "2.7-dev"
} }
}, },
"autoload": { "autoload": {
@ -5804,7 +5805,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-16T11:46:16+00:00" "time": "2024-12-07T15:34:16+00:00"
}, },
{ {
"name": "league/config", "name": "league/config",
@ -8966,16 +8967,16 @@
}, },
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
"version": "5.6.0", "version": "5.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "f3558a4c23426d12bffeaab463f8a8d8b681193c" "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/f3558a4c23426d12bffeaab463f8a8d8b681193c", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8",
"reference": "f3558a4c23426d12bffeaab463f8a8d8b681193c", "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9024,9 +9025,9 @@
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": { "support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.0" "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.1"
}, },
"time": "2024-11-12T11:25:25+00:00" "time": "2024-12-07T09:39:29+00:00"
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
@ -9998,16 +9999,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.12.5", "version": "v0.12.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "36a03ff27986682c22985e56aabaf840dd173cb5" "reference": "3b5ea0efaa791cd1c65ecc493aec3e2aa55ff57c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/36a03ff27986682c22985e56aabaf840dd173cb5", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/3b5ea0efaa791cd1c65ecc493aec3e2aa55ff57c",
"reference": "36a03ff27986682c22985e56aabaf840dd173cb5", "reference": "3b5ea0efaa791cd1c65ecc493aec3e2aa55ff57c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10071,9 +10072,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/bobthecow/psysh/issues", "issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.12.5" "source": "https://github.com/bobthecow/psysh/tree/v0.12.6"
}, },
"time": "2024-11-29T06:14:30+00:00" "time": "2024-12-07T20:08:52+00:00"
}, },
{ {
"name": "pusher/pusher-php-server", "name": "pusher/pusher-php-server",
@ -12341,12 +12342,12 @@
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
"branch-alias": { "branch-alias": {
"dev-main": "3.5-dev" "dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
} }
}, },
"autoload": { "autoload": {