Skip to content

Commit

Permalink
Laravel 10->11 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispittman committed Apr 10, 2024
1 parent 0e542b4 commit a1a75e4
Show file tree
Hide file tree
Showing 3 changed files with 1,322 additions and 953 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /var/www/html
RUN composer install


FROM php:8.1-apache
FROM php:8.2-apache
# enable rewrite for Laravel pretty URLs
RUN a2enmod rewrite
# change apache webroot from / to /public/
Expand Down
6 changes: 3 additions & 3 deletions web/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
],
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.2",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^10.0",
"laravel/framework": "^11.0",
"laravel/tinker": "^2.5",
"league/csv": "^9.0",
"league/oauth2-client": "~2.4",
Expand All @@ -20,7 +20,7 @@
"fakerphp/faker": "^1.9.1",
"laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.2",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^10.0",
"spatie/laravel-ignition": "^2.0"
},
Expand Down
Loading

0 comments on commit a1a75e4

Please sign in to comment.