Skip to content
Snippets Groups Projects
Verified Commit 2e48ec66 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

feat(deps): update dependencies in composer.lock

- Upgrade `laravel/framework` from `v11.42.1` to `v11.44.0`
- Upgrade `laravel/octane` from `v2.7.0` to `v2.8.1`
- Upgrade `nesbot/carbon` from `3.8.5` to `3.8.6`
- Upgrade `sentry/sentry-laravel` from `4.12.0` to `4.13.0`
- Upgrade `sl-projects/laravel-request-logger` from `v1.0.3` to `v1.0.6`
- Upgrade `spatie/laravel-markdown` from `2.7.0` to `2.7.1`
- Upgrade `spatie/shiki-php` from `2.3.0` to `2.3.2`
- Upgrade `laravel/pint` from `v1.20.0` to `v1.21.0`
- Upgrade `phpmyadmin/sql-parser` from `5.10.3` to `5.11.0`
- Upgrade `phpunit/phpunit` from `11.5.7` to `11.5.9`

Additional changes:
- Updated references and URLs for several packages.
- Added support for new version constraints in various packages.
parent e5a6fde1
Branches
No related tags found
No related merge requests found
......@@ -1680,16 +1680,16 @@
},
{
"name": "laravel/framework",
"version": "v11.42.1",
"version": "v11.44.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "ff392f42f6c55cc774ce75553a11c6b031da67f8"
"reference": "e9a33da34815ac1ed46c7e4c477a775f4592f0a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/ff392f42f6c55cc774ce75553a11c6b031da67f8",
"reference": "ff392f42f6c55cc774ce75553a11c6b031da67f8",
"url": "https://api.github.com/repos/laravel/framework/zipball/e9a33da34815ac1ed46c7e4c477a775f4592f0a7",
"reference": "e9a33da34815ac1ed46c7e4c477a775f4592f0a7",
"shasum": ""
},
"require": {
......@@ -1891,7 +1891,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2025-02-12T20:58:18+00:00"
"time": "2025-02-24T13:08:54+00:00"
},
{
"name": "laravel/horizon",
......@@ -1975,21 +1975,21 @@
},
{
"name": "laravel/octane",
"version": "v2.7.0",
"version": "v2.8.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/octane.git",
"reference": "c9580d430fa8459823bd1dfbcb2bcfd591548cec"
"reference": "951023e3c0ee8934d9f8338fd6495a0a969eefc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/octane/zipball/c9580d430fa8459823bd1dfbcb2bcfd591548cec",
"reference": "c9580d430fa8459823bd1dfbcb2bcfd591548cec",
"url": "https://api.github.com/repos/laravel/octane/zipball/951023e3c0ee8934d9f8338fd6495a0a969eefc4",
"reference": "951023e3c0ee8934d9f8338fd6495a0a969eefc4",
"shasum": ""
},
"require": {
"laminas/laminas-diactoros": "^3.0",
"laravel/framework": "^10.10.1|^11.0",
"laravel/framework": "^10.10.1|^11.0|^12.0",
"laravel/prompts": "^0.1.24|^0.2.0|^0.3.0",
"laravel/serializable-closure": "^1.3|^2.0",
"nesbot/carbon": "^2.66.0|^3.0",
......@@ -2010,9 +2010,9 @@
"livewire/livewire": "^2.12.3|^3.0",
"mockery/mockery": "^1.5.1",
"nunomaduro/collision": "^6.4.0|^7.5.2|^8.0",
"orchestra/testbench": "^8.21|^9.0",
"orchestra/testbench": "^8.21|^9.0|^10.0",
"phpstan/phpstan": "^1.10.15",
"phpunit/phpunit": "^10.4",
"phpunit/phpunit": "^10.4|^11.5",
"spiral/roadrunner-cli": "^2.6.0",
"spiral/roadrunner-http": "^3.3.0"
},
......@@ -2061,7 +2061,7 @@
"issues": "https://github.com/laravel/octane/issues",
"source": "https://github.com/laravel/octane"
},
"time": "2025-02-11T15:04:38+00:00"
"time": "2025-02-19T20:28:29+00:00"
},
{
"name": "laravel/prompts",
......@@ -2905,16 +2905,16 @@
},
{
"name": "nesbot/carbon",
"version": "3.8.5",
"version": "3.8.6",
"source": {
"type": "git",
"url": "https://github.com/CarbonPHP/carbon.git",
"reference": "b1a53a27898639579a67de42e8ced5d5386aa9a4"
"reference": "ff2f20cf83bd4d503720632ce8a426dc747bf7fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/b1a53a27898639579a67de42e8ced5d5386aa9a4",
"reference": "b1a53a27898639579a67de42e8ced5d5386aa9a4",
"url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/ff2f20cf83bd4d503720632ce8a426dc747bf7fd",
"reference": "ff2f20cf83bd4d503720632ce8a426dc747bf7fd",
"shasum": ""
},
"require": {
......@@ -3007,7 +3007,7 @@
"type": "tidelift"
}
],
"time": "2025-02-11T16:28:45+00:00"
"time": "2025-02-20T17:33:38+00:00"
},
{
"name": "nette/schema",
......@@ -4438,20 +4438,20 @@
},
{
"name": "sentry/sentry-laravel",
"version": "4.12.0",
"version": "4.13.0",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-laravel.git",
"reference": "da1ee3417dfb3576a6aaa0f8b25892ebdb98fdb0"
"reference": "d232ac494258e0d50a77c575a5af5f1a426d3f87"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/da1ee3417dfb3576a6aaa0f8b25892ebdb98fdb0",
"reference": "da1ee3417dfb3576a6aaa0f8b25892ebdb98fdb0",
"url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/d232ac494258e0d50a77c575a5af5f1a426d3f87",
"reference": "d232ac494258e0d50a77c575a5af5f1a426d3f87",
"shasum": ""
},
"require": {
"illuminate/support": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0",
"illuminate/support": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0 | ^12.0",
"nyholm/psr7": "^1.0",
"php": "^7.2 | ^8.0",
"sentry/sentry": "^4.10",
......@@ -4461,12 +4461,12 @@
"friendsofphp/php-cs-fixer": "^3.11",
"guzzlehttp/guzzle": "^7.2",
"laravel/folio": "^1.1",
"laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0",
"laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0 | ^12.0",
"livewire/livewire": "^2.0 | ^3.0",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^4.7 | ^5.1 | ^6.0 | ^7.0 | ^8.0 | ^9.0",
"orchestra/testbench": "^4.7 | ^5.1 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^8.4 | ^9.3 | ^10.4"
"phpunit/phpunit": "^8.4 | ^9.3 | ^10.4 | ^11.5"
},
"type": "library",
"extra": {
......@@ -4511,7 +4511,7 @@
],
"support": {
"issues": "https://github.com/getsentry/sentry-laravel/issues",
"source": "https://github.com/getsentry/sentry-laravel/tree/4.12.0"
"source": "https://github.com/getsentry/sentry-laravel/tree/4.13.0"
},
"funding": [
{
......@@ -4523,20 +4523,20 @@
"type": "custom"
}
],
"time": "2025-02-05T13:13:03+00:00"
"time": "2025-02-18T10:09:29+00:00"
},
{
"name": "sl-projects/laravel-request-logger",
"version": "v1.0.3",
"version": "v1.0.6",
"source": {
"type": "git",
"url": "https://github.com/SofianeLasri/laravel-request-logger.git",
"reference": "c8a55a8d1225dbf11a654ee99b9bf82d67c46a36"
"reference": "e42196f70e1c3b7b1ad2ea9a202b6d1e8c5a585f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/SofianeLasri/laravel-request-logger/zipball/c8a55a8d1225dbf11a654ee99b9bf82d67c46a36",
"reference": "c8a55a8d1225dbf11a654ee99b9bf82d67c46a36",
"url": "https://api.github.com/repos/SofianeLasri/laravel-request-logger/zipball/e42196f70e1c3b7b1ad2ea9a202b6d1e8c5a585f",
"reference": "e42196f70e1c3b7b1ad2ea9a202b6d1e8c5a585f",
"shasum": ""
},
"require": {
......@@ -4557,7 +4557,8 @@
},
"autoload": {
"psr-4": {
"SlProjects\\LaravelRequestLogger\\": "src/"
"SlProjects\\LaravelRequestLogger\\": "src/",
"SlProjects\\LaravelRequestLogger\\Database\\Factories\\": "src/database/factories/"
}
},
"notification-url": "https://packagist.org/downloads/",
......@@ -4575,9 +4576,9 @@
"description": "A Laravel package to log all incoming HTTP requests",
"support": {
"issues": "https://github.com/SofianeLasri/laravel-request-logger/issues",
"source": "https://github.com/SofianeLasri/laravel-request-logger/tree/v1.0.3"
"source": "https://github.com/SofianeLasri/laravel-request-logger/tree/v1.0.6"
},
"time": "2025-02-17T17:13:35+00:00"
"time": "2025-02-19T16:59:10+00:00"
},
{
"name": "spatie/commonmark-shiki-highlighter",
......@@ -4870,37 +4871,37 @@
},
{
"name": "spatie/laravel-markdown",
"version": "2.7.0",
"version": "2.7.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-markdown.git",
"reference": "4ca6107d095c2f857c860462cfbe401e0c15fe0f"
"reference": "353e7f9fae62826e26cbadef58a12ecf39685280"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-markdown/zipball/4ca6107d095c2f857c860462cfbe401e0c15fe0f",
"reference": "4ca6107d095c2f857c860462cfbe401e0c15fe0f",
"url": "https://api.github.com/repos/spatie/laravel-markdown/zipball/353e7f9fae62826e26cbadef58a12ecf39685280",
"reference": "353e7f9fae62826e26cbadef58a12ecf39685280",
"shasum": ""
},
"require": {
"illuminate/cache": "^9.0|^10.0|^11.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/view": "^9.0|^10.0|^11.0",
"illuminate/cache": "^9.0|^10.0|^11.0|^12.0",
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
"illuminate/view": "^9.0|^10.0|^11.0|^12.0",
"league/commonmark": "^2.6.0",
"php": "^8.1",
"spatie/commonmark-shiki-highlighter": "^2.5",
"spatie/laravel-package-tools": "^1.4.3"
},
"require-dev": {
"brianium/paratest": "^6.2",
"nunomaduro/collision": "^5.3|^6.0",
"orchestra/testbench": "^6.15|^7.0|^8.0",
"pestphp/pest": "^1.22",
"phpunit/phpunit": "^9.3",
"brianium/paratest": "^6.2|^7.8",
"nunomaduro/collision": "^5.3|^6.0|^7.0|^8.0",
"orchestra/testbench": "^6.15|^7.0|^8.0|^10.0",
"pestphp/pest": "^1.22|^2.0|^3.7",
"phpunit/phpunit": "^9.3|^11.5.3",
"spatie/laravel-ray": "^1.23",
"spatie/pest-plugin-snapshots": "^1.1",
"vimeo/psalm": "^4.8"
"spatie/pest-plugin-snapshots": "^1.1|^2.2|^3.0",
"vimeo/psalm": "^4.8|^6.7"
},
"type": "library",
"extra": {
......@@ -4934,7 +4935,7 @@
"spatie"
],
"support": {
"source": "https://github.com/spatie/laravel-markdown/tree/2.7.0"
"source": "https://github.com/spatie/laravel-markdown/tree/2.7.1"
},
"funding": [
{
......@@ -4942,7 +4943,7 @@
"type": "github"
}
],
"time": "2024-12-10T15:11:24+00:00"
"time": "2025-02-21T13:43:18+00:00"
},
{
"name": "spatie/laravel-package-tools",
......@@ -5081,21 +5082,21 @@
},
{
"name": "spatie/shiki-php",
"version": "2.3.0",
"version": "2.3.2",
"source": {
"type": "git",
"url": "https://github.com/spatie/shiki-php.git",
"reference": "50919178a6865f1165bf1a8f08430b88ef3a53de"
"reference": "a2e78a9ff8a1290b25d550be8fbf8285c13175c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/shiki-php/zipball/50919178a6865f1165bf1a8f08430b88ef3a53de",
"reference": "50919178a6865f1165bf1a8f08430b88ef3a53de",
"url": "https://api.github.com/repos/spatie/shiki-php/zipball/a2e78a9ff8a1290b25d550be8fbf8285c13175c5",
"reference": "a2e78a9ff8a1290b25d550be8fbf8285c13175c5",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.4|^8.0",
"php": "^8.0",
"symfony/process": "^5.4|^6.4|^7.1"
},
"require-dev": {
......@@ -5134,7 +5135,7 @@
"spatie"
],
"support": {
"source": "https://github.com/spatie/shiki-php/tree/2.3.0"
"source": "https://github.com/spatie/shiki-php/tree/2.3.2"
},
"funding": [
{
......@@ -5142,7 +5143,7 @@
"type": "github"
}
],
"time": "2025-02-10T15:41:13+00:00"
"time": "2025-02-21T14:16:57+00:00"
},
{
"name": "spatie/temporary-directory",
......@@ -8277,16 +8278,16 @@
},
{
"name": "laravel/pint",
"version": "v1.20.0",
"version": "v1.21.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/pint.git",
"reference": "53072e8ea22213a7ed168a8a15b96fbb8b82d44b"
"reference": "531fa0871fbde719c51b12afa3a443b8f4e4b425"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/53072e8ea22213a7ed168a8a15b96fbb8b82d44b",
"reference": "53072e8ea22213a7ed168a8a15b96fbb8b82d44b",
"url": "https://api.github.com/repos/laravel/pint/zipball/531fa0871fbde719c51b12afa3a443b8f4e4b425",
"reference": "531fa0871fbde719c51b12afa3a443b8f4e4b425",
"shasum": ""
},
"require": {
......@@ -8294,15 +8295,15 @@
"ext-mbstring": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"php": "^8.1.0"
"php": "^8.2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.66.0",
"illuminate/view": "^10.48.25",
"larastan/larastan": "^2.9.12",
"laravel-zero/framework": "^10.48.25",
"friendsofphp/php-cs-fixer": "^3.68.5",
"illuminate/view": "^11.42.0",
"larastan/larastan": "^3.0.4",
"laravel-zero/framework": "^11.36.1",
"mockery/mockery": "^1.6.12",
"nunomaduro/termwind": "^1.17.0",
"nunomaduro/termwind": "^2.3",
"pestphp/pest": "^2.36.0"
},
"bin": [
......@@ -8339,7 +8340,7 @@
"issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint"
},
"time": "2025-01-14T16:20:53+00:00"
"time": "2025-02-18T03:18:57+00:00"
},
{
"name": "laravel/sail",
......@@ -8765,16 +8766,16 @@
},
{
"name": "phpmyadmin/sql-parser",
"version": "5.10.3",
"version": "5.11.0",
"source": {
"type": "git",
"url": "https://github.com/phpmyadmin/sql-parser.git",
"reference": "5346664973d10cf1abff20837fb1183f3c11a055"
"reference": "07044bc8c13abd542756c3fd34dc66a5d6dee8e4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/5346664973d10cf1abff20837fb1183f3c11a055",
"reference": "5346664973d10cf1abff20837fb1183f3c11a055",
"url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/07044bc8c13abd542756c3fd34dc66a5d6dee8e4",
"reference": "07044bc8c13abd542756c3fd34dc66a5d6dee8e4",
"shasum": ""
},
"require": {
......@@ -8789,9 +8790,11 @@
"phpbench/phpbench": "^1.1",
"phpmyadmin/coding-standard": "^3.0",
"phpmyadmin/motranslator": "^4.0 || ^5.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.9.12",
"phpstan/phpstan-phpunit": "^1.3.3",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "^8.5 || ^9.6",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.11",
......@@ -8848,20 +8851,20 @@
"type": "other"
}
],
"time": "2025-01-19T04:14:02+00:00"
"time": "2025-02-22T20:00:59+00:00"
},
{
"name": "phpstan/phpstan",
"version": "2.1.5",
"version": "2.1.6",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "451b17f9665481ee502adc39be987cb71067ece2"
"reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/451b17f9665481ee502adc39be987cb71067ece2",
"reference": "451b17f9665481ee502adc39be987cb71067ece2",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c",
"reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c",
"shasum": ""
},
"require": {
......@@ -8906,7 +8909,7 @@
"type": "github"
}
],
"time": "2025-02-13T12:49:56+00:00"
"time": "2025-02-19T15:46:42+00:00"
},
{
"name": "phpunit/php-code-coverage",
......@@ -9233,16 +9236,16 @@
},
{
"name": "phpunit/phpunit",
"version": "11.5.7",
"version": "11.5.9",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "e1cb706f019e2547039ca2c839898cd5f557ee5d"
"reference": "c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e1cb706f019e2547039ca2c839898cd5f557ee5d",
"reference": "e1cb706f019e2547039ca2c839898cd5f557ee5d",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b",
"reference": "c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b",
"shasum": ""
},
"require": {
......@@ -9252,7 +9255,7 @@
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.12.1",
"myclabs/deep-copy": "^1.13.0",
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=8.2",
......@@ -9314,7 +9317,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.5.7"
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.9"
},
"funding": [
{
......@@ -9330,7 +9333,7 @@
"type": "tidelift"
}
],
"time": "2025-02-06T16:10:05+00:00"
"time": "2025-02-21T06:08:50+00:00"
},
{
"name": "sebastian/cli-parser",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment