Auto commit for release 'develop' on 2024-03-27

This commit is contained in:
github-actions 2024-03-27 06:58:44 +01:00
parent 4f0e15e07d
commit 590ffe7c76
3 changed files with 41 additions and 38 deletions

View File

@ -160,16 +160,16 @@
}, },
{ {
"name": "composer/xdebug-handler", "name": "composer/xdebug-handler",
"version": "3.0.3", "version": "3.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/xdebug-handler.git", "url": "https://github.com/composer/xdebug-handler.git",
"reference": "ced299686f41dce890debac69273b47ffe98a40c" "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/4f988f8fdf580d53bdb2d1278fe93d1ed5462255",
"reference": "ced299686f41dce890debac69273b47ffe98a40c", "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -180,7 +180,7 @@
"require-dev": { "require-dev": {
"phpstan/phpstan": "^1.0", "phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1", "phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^6.0" "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -204,9 +204,9 @@
"performance" "performance"
], ],
"support": { "support": {
"irc": "irc://irc.freenode.org/composer", "irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/xdebug-handler/issues", "issues": "https://github.com/composer/xdebug-handler/issues",
"source": "https://github.com/composer/xdebug-handler/tree/3.0.3" "source": "https://github.com/composer/xdebug-handler/tree/3.0.4"
}, },
"funding": [ "funding": [
{ {
@ -222,7 +222,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-02-25T21:32:43+00:00" "time": "2024-03-26T18:29:49+00:00"
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",

61
composer.lock generated
View File

@ -1670,16 +1670,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v11.0.8", "version": "v11.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "0379a7ccb77e2029c43ce508fa76e251a0d68fce" "reference": "4a9195f68b529b20fe01e24864f99991459c48d4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/0379a7ccb77e2029c43ce508fa76e251a0d68fce", "url": "https://api.github.com/repos/laravel/framework/zipball/4a9195f68b529b20fe01e24864f99991459c48d4",
"reference": "0379a7ccb77e2029c43ce508fa76e251a0d68fce", "reference": "4a9195f68b529b20fe01e24864f99991459c48d4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1871,20 +1871,20 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2024-03-21T14:15:49+00:00" "time": "2024-03-26T15:17:39+00:00"
}, },
{ {
"name": "laravel/passport", "name": "laravel/passport",
"version": "v12.0.1", "version": "v12.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/passport.git", "url": "https://github.com/laravel/passport.git",
"reference": "37a5b5fbcae25dbb7c6a973957c2ce490e76946e" "reference": "21099f1aff81706781578a19335d8a4c7c96422a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/passport/zipball/37a5b5fbcae25dbb7c6a973957c2ce490e76946e", "url": "https://api.github.com/repos/laravel/passport/zipball/21099f1aff81706781578a19335d8a4c7c96422a",
"reference": "37a5b5fbcae25dbb7c6a973957c2ce490e76946e", "reference": "21099f1aff81706781578a19335d8a4c7c96422a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1904,6 +1904,7 @@
"nyholm/psr7": "^1.5", "nyholm/psr7": "^1.5",
"php": "^8.0", "php": "^8.0",
"phpseclib/phpseclib": "^2.0|^3.0", "phpseclib/phpseclib": "^2.0|^3.0",
"symfony/console": "^6.0|^7.0",
"symfony/psr-http-message-bridge": "^2.1|^6.0|^7.0" "symfony/psr-http-message-bridge": "^2.1|^6.0|^7.0"
}, },
"require-dev": { "require-dev": {
@ -1946,20 +1947,20 @@
"issues": "https://github.com/laravel/passport/issues", "issues": "https://github.com/laravel/passport/issues",
"source": "https://github.com/laravel/passport" "source": "https://github.com/laravel/passport"
}, },
"time": "2024-03-14T16:27:37+00:00" "time": "2024-03-21T18:44:57+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
"version": "v0.1.16", "version": "v0.1.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/prompts.git", "url": "https://github.com/laravel/prompts.git",
"reference": "ca6872ab6aec3ab61db3a61f83a6caf764ec7781" "reference": "8ee9f87f7f9eadcbe21e9e72cd4176b2f06cd5b5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/ca6872ab6aec3ab61db3a61f83a6caf764ec7781", "url": "https://api.github.com/repos/laravel/prompts/zipball/8ee9f87f7f9eadcbe21e9e72cd4176b2f06cd5b5",
"reference": "ca6872ab6aec3ab61db3a61f83a6caf764ec7781", "reference": "8ee9f87f7f9eadcbe21e9e72cd4176b2f06cd5b5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2001,22 +2002,22 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/prompts/issues", "issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.1.16" "source": "https://github.com/laravel/prompts/tree/v0.1.17"
}, },
"time": "2024-02-21T19:25:27+00:00" "time": "2024-03-13T16:05:43+00:00"
}, },
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
"version": "v4.0.0", "version": "v4.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sanctum.git", "url": "https://github.com/laravel/sanctum.git",
"reference": "9e6e561308cace166de9ceae4ced820309fa8e13" "reference": "d1de99bf8d31199aaf93881561622489ab91ba58"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sanctum/zipball/9e6e561308cace166de9ceae4ced820309fa8e13", "url": "https://api.github.com/repos/laravel/sanctum/zipball/d1de99bf8d31199aaf93881561622489ab91ba58",
"reference": "9e6e561308cace166de9ceae4ced820309fa8e13", "reference": "d1de99bf8d31199aaf93881561622489ab91ba58",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2025,7 +2026,8 @@
"illuminate/contracts": "^11.0", "illuminate/contracts": "^11.0",
"illuminate/database": "^11.0", "illuminate/database": "^11.0",
"illuminate/support": "^11.0", "illuminate/support": "^11.0",
"php": "^8.2" "php": "^8.2",
"symfony/console": "^7.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.6", "mockery/mockery": "^1.6",
@ -2066,7 +2068,7 @@
"issues": "https://github.com/laravel/sanctum/issues", "issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum" "source": "https://github.com/laravel/sanctum"
}, },
"time": "2024-03-12T14:07:05+00:00" "time": "2024-03-19T20:09:38+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
@ -2195,16 +2197,16 @@
}, },
{ {
"name": "laravel/ui", "name": "laravel/ui",
"version": "v4.5.0", "version": "v4.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/ui.git", "url": "https://github.com/laravel/ui.git",
"reference": "da3811f409297d13feccd5858ce748e7474b3d11" "reference": "a3562953123946996a503159199d6742d5534e61"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/ui/zipball/da3811f409297d13feccd5858ce748e7474b3d11", "url": "https://api.github.com/repos/laravel/ui/zipball/a3562953123946996a503159199d6742d5534e61",
"reference": "da3811f409297d13feccd5858ce748e7474b3d11", "reference": "a3562953123946996a503159199d6742d5534e61",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2212,7 +2214,8 @@
"illuminate/filesystem": "^9.21|^10.0|^11.0", "illuminate/filesystem": "^9.21|^10.0|^11.0",
"illuminate/support": "^9.21|^10.0|^11.0", "illuminate/support": "^9.21|^10.0|^11.0",
"illuminate/validation": "^9.21|^10.0|^11.0", "illuminate/validation": "^9.21|^10.0|^11.0",
"php": "^8.0" "php": "^8.0",
"symfony/console": "^6.0|^7.0"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^7.35|^8.15|^9.0", "orchestra/testbench": "^7.35|^8.15|^9.0",
@ -2251,9 +2254,9 @@
"ui" "ui"
], ],
"support": { "support": {
"source": "https://github.com/laravel/ui/tree/v4.5.0" "source": "https://github.com/laravel/ui/tree/v4.5.1"
}, },
"time": "2024-03-04T13:58:27+00:00" "time": "2024-03-21T18:12:29+00:00"
}, },
{ {
"name": "lcobucci/clock", "name": "lcobucci/clock",

View File

@ -117,7 +117,7 @@ return [
'expression_engine' => false, 'expression_engine' => false,
// see cer.php for exchange rates feature flag. // see cer.php for exchange rates feature flag.
], ],
'version' => 'develop/2024-03-26', 'version' => 'develop/2024-03-27',
'api_version' => '2.0.12', 'api_version' => '2.0.12',
'db_version' => 23, 'db_version' => 23,