Skip to content

Commit

Permalink
chore: Laravel 11 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
clamburger committed Aug 13, 2024
1 parent 0d4b2de commit fd6c9af
Show file tree
Hide file tree
Showing 4 changed files with 1,975 additions and 1,747 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webdevops/php-nginx:8.2-alpine as base
FROM webdevops/php-nginx:8.3-alpine as base
ENV WEB_DOCUMENT_ROOT=/app/public

WORKDIR /app
Expand All @@ -7,7 +7,7 @@ RUN composer install --no-interaction --optimize-autoloader --no-scripts
COPY . .
RUN php artisan optimize

FROM node:18-alpine as vite-build
FROM node:20-alpine as vite-build

WORKDIR /app
COPY --link package*.json vite.config.js ./
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,24 @@
"license": "MIT",
"require": {
"php": "^8.2",
"doctrine/dbal": "^3.6",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.2",
"laravel/framework": "^11.0",
"laravel/sanctum": "^4.0",
"laravel/socialite": "^5.6",
"laravel/tinker": "^2.8",
"league/flysystem-aws-s3-v3": "^3.0",
"silber/bouncer": "^1.0",
"socialiteproviders/discord": "^4.1",
"socialiteproviders/steam": "^4.2",
"spatie/laravel-medialibrary": "^10.10"
"spatie/laravel-medialibrary": "^11.8"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.1",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^11.0",
"spatie/laravel-ignition": "^2.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit fd6c9af

Please sign in to comment.