Update used packages to their latest versions

This commit is contained in:
DariusIII
2024-01-16 19:43:49 +01:00
parent 20f8765f9d
commit 2f9f449332
3 changed files with 61 additions and 60 deletions
Generated
+59 -58
View File
@@ -3734,16 +3734,16 @@
},
{
"name": "laravel/framework",
"version": "v10.40.0",
"version": "v10.41.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "7a9470071dac9579ebf29ad1b9d73e4b8eb586fc"
"reference": "da31969bd35e6ee0bbcd9e876f88952dc754b012"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/7a9470071dac9579ebf29ad1b9d73e4b8eb586fc",
"reference": "7a9470071dac9579ebf29ad1b9d73e4b8eb586fc",
"url": "https://api.github.com/repos/laravel/framework/zipball/da31969bd35e6ee0bbcd9e876f88952dc754b012",
"reference": "da31969bd35e6ee0bbcd9e876f88952dc754b012",
"shasum": ""
},
"require": {
@@ -3935,40 +3935,40 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-01-09T11:46:47+00:00"
"time": "2024-01-16T15:23:58+00:00"
},
{
"name": "laravel/horizon",
"version": "v5.21.5",
"version": "v5.22.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
"reference": "081422577fb49608ed68a3b284bcecd0c5860ce6"
"reference": "151f7fc544fd7711499512b736b30036dfaa5bc0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/horizon/zipball/081422577fb49608ed68a3b284bcecd0c5860ce6",
"reference": "081422577fb49608ed68a3b284bcecd0c5860ce6",
"url": "https://api.github.com/repos/laravel/horizon/zipball/151f7fc544fd7711499512b736b30036dfaa5bc0",
"reference": "151f7fc544fd7711499512b736b30036dfaa5bc0",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcntl": "*",
"ext-posix": "*",
"illuminate/contracts": "^8.17|^9.0|^10.0",
"illuminate/queue": "^8.17|^9.0|^10.0",
"illuminate/support": "^8.17|^9.0|^10.0",
"illuminate/contracts": "^8.17|^9.0|^10.0|^11.0",
"illuminate/queue": "^8.17|^9.0|^10.0|^11.0",
"illuminate/support": "^8.17|^9.0|^10.0|^11.0",
"nesbot/carbon": "^2.17",
"php": "^7.3|^8.0",
"ramsey/uuid": "^4.0",
"symfony/error-handler": "^5.0|^6.0",
"symfony/process": "^5.0|^6.0"
"symfony/error-handler": "^5.0|^6.0|^7.0",
"symfony/process": "^5.0|^6.0|^7.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^9.0|^10.4",
"predis/predis": "^1.1|^2.0"
},
"suggest": {
@@ -4011,9 +4011,9 @@
],
"support": {
"issues": "https://github.com/laravel/horizon/issues",
"source": "https://github.com/laravel/horizon/tree/v5.21.5"
"source": "https://github.com/laravel/horizon/tree/v5.22.0"
},
"time": "2023-12-29T22:22:23+00:00"
"time": "2024-01-16T15:06:40+00:00"
},
{
"name": "laravel/prompts",
@@ -4496,28 +4496,28 @@
},
{
"name": "laravel/ui",
"version": "v4.3.0",
"version": "v4.4.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/ui.git",
"reference": "d166e09cdcb2e23836f694774cba77a32edb6007"
"reference": "7335d7049b2cde345c029e9d2de839b80af62bc0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/ui/zipball/d166e09cdcb2e23836f694774cba77a32edb6007",
"reference": "d166e09cdcb2e23836f694774cba77a32edb6007",
"url": "https://api.github.com/repos/laravel/ui/zipball/7335d7049b2cde345c029e9d2de839b80af62bc0",
"reference": "7335d7049b2cde345c029e9d2de839b80af62bc0",
"shasum": ""
},
"require": {
"illuminate/console": "^9.21|^10.0",
"illuminate/filesystem": "^9.21|^10.0",
"illuminate/support": "^9.21|^10.0",
"illuminate/validation": "^9.21|^10.0",
"illuminate/console": "^9.21|^10.0|^11.0",
"illuminate/filesystem": "^9.21|^10.0|^11.0",
"illuminate/support": "^9.21|^10.0|^11.0",
"illuminate/validation": "^9.21|^10.0|^11.0",
"php": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.3"
"orchestra/testbench": "^7.0|^8.0|^9.0",
"phpunit/phpunit": "^9.3|^10.4"
},
"type": "library",
"extra": {
@@ -4552,9 +4552,9 @@
"ui"
],
"support": {
"source": "https://github.com/laravel/ui/tree/v4.3.0"
"source": "https://github.com/laravel/ui/tree/v4.4.0"
},
"time": "2023-12-19T14:46:09+00:00"
"time": "2024-01-12T15:56:45+00:00"
},
{
"name": "laravelcollective/html",
@@ -15738,20 +15738,20 @@
},
{
"name": "jubeki/laravel-code-style",
"version": "2.12.0",
"version": "2.13.0",
"source": {
"type": "git",
"url": "https://github.com/Jubeki/laravel-code-style.git",
"reference": "036791457ac375dc1da862670f182b3e318a9e2e"
"reference": "8fbb8997d9999bd21621f40dd407e5a1a0d3acb5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Jubeki/laravel-code-style/zipball/036791457ac375dc1da862670f182b3e318a9e2e",
"reference": "036791457ac375dc1da862670f182b3e318a9e2e",
"url": "https://api.github.com/repos/Jubeki/laravel-code-style/zipball/8fbb8997d9999bd21621f40dd407e5a1a0d3acb5",
"reference": "8fbb8997d9999bd21621f40dd407e5a1a0d3acb5",
"shasum": ""
},
"require": {
"friendsofphp/php-cs-fixer": "^3.34.1",
"friendsofphp/php-cs-fixer": "^3.47",
"illuminate/support": "^9.34 || ^10.0 || ^11.0",
"php": "^8.0"
},
@@ -15797,9 +15797,9 @@
],
"support": {
"issues": "https://github.com/Jubeki/laravel-code-style/issues",
"source": "https://github.com/Jubeki/laravel-code-style/tree/2.12.0"
"source": "https://github.com/Jubeki/laravel-code-style/tree/2.13.0"
},
"time": "2024-01-10T10:21:51+00:00"
"time": "2024-01-16T18:12:38+00:00"
},
{
"name": "justinrainbow/json-schema",
@@ -15974,16 +15974,16 @@
},
{
"name": "laravel/pint",
"version": "v1.13.8",
"version": "v1.13.9",
"source": {
"type": "git",
"url": "https://github.com/laravel/pint.git",
"reference": "69def89df9e0babc0f0a8bea184804a7d8a9c5c0"
"reference": "e3e269cc5d874c8efd2dc7962b1c7ff2585fe525"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/69def89df9e0babc0f0a8bea184804a7d8a9c5c0",
"reference": "69def89df9e0babc0f0a8bea184804a7d8a9c5c0",
"url": "https://api.github.com/repos/laravel/pint/zipball/e3e269cc5d874c8efd2dc7962b1c7ff2585fe525",
"reference": "e3e269cc5d874c8efd2dc7962b1c7ff2585fe525",
"shasum": ""
},
"require": {
@@ -15994,13 +15994,13 @@
"php": "^8.1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.46.0",
"illuminate/view": "^10.39.0",
"friendsofphp/php-cs-fixer": "^3.47.0",
"illuminate/view": "^10.40.0",
"larastan/larastan": "^2.8.1",
"laravel-zero/framework": "^10.3.0",
"mockery/mockery": "^1.6.7",
"nunomaduro/termwind": "^1.15.1",
"pestphp/pest": "^2.30.0"
"pestphp/pest": "^2.31.0"
},
"bin": [
"builds/pint"
@@ -16036,20 +16036,20 @@
"issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint"
},
"time": "2024-01-09T18:03:54+00:00"
"time": "2024-01-16T17:39:29+00:00"
},
{
"name": "laravel/sail",
"version": "v1.27.0",
"version": "v1.27.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/sail.git",
"reference": "65a7764af5daadbd122e3b0d67be371d158a9b9a"
"reference": "9dc648978e4276f2bfd37a076a52e3bd9394777f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/65a7764af5daadbd122e3b0d67be371d158a9b9a",
"reference": "65a7764af5daadbd122e3b0d67be371d158a9b9a",
"url": "https://api.github.com/repos/laravel/sail/zipball/9dc648978e4276f2bfd37a076a52e3bd9394777f",
"reference": "9dc648978e4276f2bfd37a076a52e3bd9394777f",
"shasum": ""
},
"require": {
@@ -16101,7 +16101,7 @@
"issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail"
},
"time": "2024-01-03T14:07:34+00:00"
"time": "2024-01-13T18:46:48+00:00"
},
{
"name": "localheinz/diff",
@@ -18253,22 +18253,23 @@
},
{
"name": "sebastianfeldmann/git",
"version": "3.9.3",
"version": "3.10.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianfeldmann/git.git",
"reference": "eb2ca84a2b45a461f0bf5d4fd400df805649e83a"
"reference": "4b77bd21321cdf8052681b4edf6fad1c606139d8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianfeldmann/git/zipball/eb2ca84a2b45a461f0bf5d4fd400df805649e83a",
"reference": "eb2ca84a2b45a461f0bf5d4fd400df805649e83a",
"url": "https://api.github.com/repos/sebastianfeldmann/git/zipball/4b77bd21321cdf8052681b4edf6fad1c606139d8",
"reference": "4b77bd21321cdf8052681b4edf6fad1c606139d8",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-xml": "*",
"php": ">=7.2",
"ext-libxml": "*",
"ext-simplexml": "*",
"php": ">=8.0",
"sebastianfeldmann/cli": "^3.0"
},
"require-dev": {
@@ -18302,7 +18303,7 @@
],
"support": {
"issues": "https://github.com/sebastianfeldmann/git/issues",
"source": "https://github.com/sebastianfeldmann/git/tree/3.9.3"
"source": "https://github.com/sebastianfeldmann/git/tree/3.10.0"
},
"funding": [
{
@@ -18310,7 +18311,7 @@
"type": "github"
}
],
"time": "2023-10-13T09:10:48+00:00"
"time": "2024-01-16T15:47:13+00:00"
},
{
"name": "symfony/config",
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,5 +1,5 @@
{
"/app.js": "/app.js?id=79bae40dcb18de9ca1b5d0008c577471",
"/app.js": "/app.js?id=b4f3f08e60211bd6948ec35e5e9de9a1",
"/app-dark.css": "/app-dark.css?id=15c72df05e2b1147fa3e4b0670cfb435",
"/app.css": "/app.css?id=4d6a1a7fe095eedc2cb2a4ce822ea8a5",
"/img/favicon.png": "/img/favicon.png?id=1542bfe8a0010dcbee710da13cce367f",