mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-05-06 14:41:02 -05:00
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:
parent
c3ce7aae65
commit
86d6aa3a5d
@ -5,10 +5,10 @@
|
||||
"keywords": ["laravel", "framework"],
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"php": "^8.2",
|
||||
"guzzlehttp/guzzle": "^7.2",
|
||||
"laravel/framework": "^10.10",
|
||||
"laravel/sanctum": "^3.2",
|
||||
"laravel/framework": "^11.0",
|
||||
"laravel/sanctum": "^4.0",
|
||||
"laravel/tinker": "^2.8",
|
||||
"revolution/laravel-mastodon-api": "^3.0"
|
||||
},
|
||||
@ -17,7 +17,7 @@
|
||||
"laravel/pint": "^1.0",
|
||||
"laravel/sail": "^1.18",
|
||||
"mockery/mockery": "^1.4.4",
|
||||
"nunomaduro/collision": "^7.0",
|
||||
"nunomaduro/collision": "^8.1",
|
||||
"phpunit/phpunit": "^10.1",
|
||||
"spatie/laravel-ignition": "^2.0"
|
||||
},
|
||||
|
1387
composer.lock
generated
1387
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,9 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<script>
|
||||
0
|
||||
</script>
|
||||
<header>
|
||||
<div>
|
||||
<div class="header-left">
|
||||
|
Loading…
x
Reference in New Issue
Block a user