upgraded to lastest Laravel version

codebase was a version behind the latest laravel version, so all those
dependencies have been update to bring it up to speed

also added a small tweak to fix a firefox specific bug with rendering
CSS files
This commit is contained in:
ro 2024-06-18 13:10:54 -06:00
parent 0a02a71983
commit d3d1d56680
3 changed files with 769 additions and 630 deletions

View file

@ -5,10 +5,10 @@
"keywords": ["laravel", "framework"], "keywords": ["laravel", "framework"],
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^8.1", "php": "^8.2",
"guzzlehttp/guzzle": "^7.2", "guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10", "laravel/framework": "^11.0",
"laravel/sanctum": "^3.2", "laravel/sanctum": "^4.0",
"laravel/tinker": "^2.8", "laravel/tinker": "^2.8",
"revolution/laravel-mastodon-api": "^3.0" "revolution/laravel-mastodon-api": "^3.0"
}, },
@ -17,7 +17,7 @@
"laravel/pint": "^1.0", "laravel/pint": "^1.0",
"laravel/sail": "^1.18", "laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4", "mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0", "nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^10.1", "phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.0" "spatie/laravel-ignition": "^2.0"
}, },

1387
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -17,7 +17,9 @@
</head> </head>
<body> <body>
<script>
0
</script>
<header> <header>
<div> <div>
<div class="header-left"> <div class="header-left">