Skip to content

Commit

Permalink
Update to Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-pr committed Mar 22, 2024
1 parent 9d5ea5d commit 537f35e
Show file tree
Hide file tree
Showing 16 changed files with 1,941 additions and 1,319 deletions.
4 changes: 3 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ FROM mcr.microsoft.com/devcontainers/php:0-8.2
RUN apt-get -y update \
&& apt-get install -y libicu-dev \
&& docker-php-ext-configure intl \
&& docker-php-ext-install intl
&& docker-php-ext-install intl \
&& apt-get install -y libzip-dev \
&& docker-php-ext-install zip
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-cli-alpine3.17
FROM php:8.3-cli-alpine3.19

RUN mkdir -p /var/www/html
RUN mkdir -p /var/www/html/databasestore
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"license": "MIT",
"require": {
"php": "^8.1",
"filament/filament": "^3.0",
"filament/filament": "^3.2",
"filament/notifications": "^3.0",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.0",
"laravel/sanctum": "^3.2",
"laravel/framework": "^11.0",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.8",
"livewire/livewire": "^3.0@beta",
"spatie/calendar-links": "^1.8"
Expand All @@ -22,7 +22,7 @@
"laravel/pint": "^1.10",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^10.0",
"spatie/laravel-ignition": "^2.0",
"spatie/laravel-ray": "^1.32"
Expand Down
Loading

0 comments on commit 537f35e

Please sign in to comment.