Framework updates

This commit is contained in:
Deon George 2024-08-14 22:21:32 +10:00
parent f1031beff6
commit 33ba7903f2

36
composer.lock generated
View File

@ -2222,16 +2222,16 @@
},
{
"name": "league/commonmark",
"version": "2.5.1",
"version": "2.5.2",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
"reference": "ac815920de0eff6de947eac0a6a94e5ed0fb147c"
"reference": "df09d5b6a4188f8f3c3ab2e43a109076a5eeb767"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/ac815920de0eff6de947eac0a6a94e5ed0fb147c",
"reference": "ac815920de0eff6de947eac0a6a94e5ed0fb147c",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/df09d5b6a4188f8f3c3ab2e43a109076a5eeb767",
"reference": "df09d5b6a4188f8f3c3ab2e43a109076a5eeb767",
"shasum": ""
},
"require": {
@ -2324,7 +2324,7 @@
"type": "tidelift"
}
],
"time": "2024-07-24T12:52:09+00:00"
"time": "2024-08-14T10:56:57+00:00"
},
{
"name": "league/config",
@ -3021,11 +3021,11 @@
},
{
"name": "leenooks/intuit",
"version": "0.2.0",
"version": "0.2.1",
"source": {
"type": "git",
"url": "https://gitea.dege.au/laravel/intuit.git",
"reference": "0cc4a217bdeabf0ad7973d9d159c823125492174"
"reference": "9d81824b52dadc7b5fc0db9912373ecfb0942da7"
},
"require": {
"jenssegers/model": "^1.5"
@ -3055,15 +3055,15 @@
"laravel",
"leenooks"
],
"time": "2024-08-12T10:55:41+00:00"
"time": "2024-08-14T12:18:57+00:00"
},
{
"name": "leenooks/laravel",
"version": "11.1.10",
"version": "11.1.11",
"source": {
"type": "git",
"url": "https://gitea.dege.au/laravel/leenooks.git",
"reference": "92dd7ac3cb6598e55af3cbc95d9cf7af44318a30"
"reference": "83470c3ff575e62a3e7b66f07177ef9c95c8a54d"
},
"type": "library",
"extra": {
@ -3096,7 +3096,7 @@
"laravel",
"leenooks"
],
"time": "2024-08-10T12:25:03+00:00"
"time": "2024-08-14T12:19:53+00:00"
},
{
"name": "leenooks/passkey",
@ -8912,16 +8912,16 @@
},
{
"name": "phpunit/phpunit",
"version": "11.3.0",
"version": "11.3.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "a8dce73a8938dfec7ac0daa91bdbcaae7d7188a3"
"reference": "fe179875ef0c14e90b75617002767eae0a742641"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a8dce73a8938dfec7ac0daa91bdbcaae7d7188a3",
"reference": "a8dce73a8938dfec7ac0daa91bdbcaae7d7188a3",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fe179875ef0c14e90b75617002767eae0a742641",
"reference": "fe179875ef0c14e90b75617002767eae0a742641",
"shasum": ""
},
"require": {
@ -8942,7 +8942,7 @@
"phpunit/php-timer": "^7.0.1",
"sebastian/cli-parser": "^3.0.2",
"sebastian/code-unit": "^3.0.1",
"sebastian/comparator": "^6.0.1",
"sebastian/comparator": "^6.0.2",
"sebastian/diff": "^6.0.2",
"sebastian/environment": "^7.2.0",
"sebastian/exporter": "^6.1.3",
@ -8992,7 +8992,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.3.0"
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.3.1"
},
"funding": [
{
@ -9008,7 +9008,7 @@
"type": "tidelift"
}
],
"time": "2024-08-02T03:56:43+00:00"
"time": "2024-08-13T06:14:23+00:00"
},
{
"name": "sebastian/cli-parser",