mirror of
https://github.com/phpmon/website
synced 2025-08-07 14:50:09 +02:00
Update dependencies
Also includes a security fix for Commonmark, which was not exploitable on this website because only my own sanctioned Markdown was parsed.
This commit is contained in:
@ -5,19 +5,19 @@
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.3",
|
||||
"guzzlehttp/guzzle": "^7.9.2",
|
||||
"laravel/framework": "^11.44.2",
|
||||
"guzzlehttp/guzzle": "^7.9.3",
|
||||
"laravel/framework": "^11.45.1",
|
||||
"laravel/tinker": "^2.10.1",
|
||||
"league/commonmark": "^2.6.1"
|
||||
"league/commonmark": "^2.7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"driftingly/rector-laravel": "^1.2.6",
|
||||
"fakerphp/faker": "^1.24.1",
|
||||
"laravel/pint": "^1.21.2",
|
||||
"laravel/sail": "^1.41.0",
|
||||
"laravel/pint": "^1.22.1",
|
||||
"laravel/sail": "^1.43.1",
|
||||
"mockery/mockery": "^1.6.12",
|
||||
"nunomaduro/collision": "^8.5",
|
||||
"phpunit/phpunit": "^10.5.45",
|
||||
"phpunit/phpunit": "^10.5.46",
|
||||
"rector/rector": "^1.2.10",
|
||||
"spatie/laravel-ignition": "^2.9.1"
|
||||
},
|
||||
|
Reference in New Issue
Block a user