This commit is contained in:
David Bomba 2025-06-17 15:03:00 +10:00
parent aefb7a46bd
commit 733d655c03
3 changed files with 23 additions and 23 deletions

View File

@ -1 +1 @@
5.12.1
5.12.2

40
composer.lock generated
View File

@ -1815,16 +1815,16 @@
},
{
"name": "doctrine/dbal",
"version": "4.2.3",
"version": "4.2.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "33d2d7fe1269b2301640c44cf2896ea607b30e3e"
"reference": "b37d160498ea91a2382a2ebe825c4ea6254fc0ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/33d2d7fe1269b2301640c44cf2896ea607b30e3e",
"reference": "33d2d7fe1269b2301640c44cf2896ea607b30e3e",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/b37d160498ea91a2382a2ebe825c4ea6254fc0ec",
"reference": "b37d160498ea91a2382a2ebe825c4ea6254fc0ec",
"shasum": ""
},
"require": {
@ -1834,15 +1834,15 @@
"psr/log": "^1|^2|^3"
},
"require-dev": {
"doctrine/coding-standard": "12.0.0",
"doctrine/coding-standard": "13.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.2",
"phpstan/phpstan": "2.1.1",
"phpstan/phpstan-phpunit": "2.0.3",
"phpstan/phpstan": "2.1.17",
"phpstan/phpstan-phpunit": "2.0.6",
"phpstan/phpstan-strict-rules": "^2",
"phpunit/phpunit": "10.5.39",
"slevomat/coding-standard": "8.13.1",
"squizlabs/php_codesniffer": "3.10.2",
"phpunit/phpunit": "10.5.46",
"slevomat/coding-standard": "8.16.2",
"squizlabs/php_codesniffer": "3.13.1",
"symfony/cache": "^6.3.8|^7.0",
"symfony/console": "^5.4|^6.3|^7.0"
},
@ -1901,7 +1901,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/4.2.3"
"source": "https://github.com/doctrine/dbal/tree/4.2.4"
},
"funding": [
{
@ -1917,7 +1917,7 @@
"type": "tidelift"
}
],
"time": "2025-03-07T18:29:05+00:00"
"time": "2025-06-15T23:15:01+00:00"
},
{
"name": "doctrine/deprecations",
@ -3184,7 +3184,7 @@
},
{
"name": "google/apiclient-services",
"version": "v0.398.0",
"version": "v0.399.0",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-api-php-client-services.git",
@ -3222,7 +3222,7 @@
],
"support": {
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.398.0"
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.399.0"
},
"time": "2025-06-04T17:28:44+00:00"
},
@ -18082,16 +18082,16 @@
},
{
"name": "filp/whoops",
"version": "2.18.2",
"version": "2.18.3",
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
"reference": "89dabca1490bc77dbcab41c2b20968c7e44bf7c3"
"reference": "59a123a3d459c5a23055802237cb317f609867e5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/89dabca1490bc77dbcab41c2b20968c7e44bf7c3",
"reference": "89dabca1490bc77dbcab41c2b20968c7e44bf7c3",
"url": "https://api.github.com/repos/filp/whoops/zipball/59a123a3d459c5a23055802237cb317f609867e5",
"reference": "59a123a3d459c5a23055802237cb317f609867e5",
"shasum": ""
},
"require": {
@ -18141,7 +18141,7 @@
],
"support": {
"issues": "https://github.com/filp/whoops/issues",
"source": "https://github.com/filp/whoops/tree/2.18.2"
"source": "https://github.com/filp/whoops/tree/2.18.3"
},
"funding": [
{
@ -18149,7 +18149,7 @@
"type": "github"
}
],
"time": "2025-06-11T20:42:19+00:00"
"time": "2025-06-16T00:02:10+00:00"
},
{
"name": "friendsofphp/php-cs-fixer",

View File

@ -17,8 +17,8 @@ return [
'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/'),
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
'app_version' => env('APP_VERSION', '5.12.1'),
'app_tag' => env('APP_TAG', '5.12.1'),
'app_version' => env('APP_VERSION', '5.12.2'),
'app_tag' => env('APP_TAG', '5.12.2'),
'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', false),