Skip to content

Commit

Permalink
Merge pull request #384 from anodyne/laravel11
Browse files Browse the repository at this point in the history
Upgrade to Laravel 11
  • Loading branch information
agentphoenix authored Jul 9, 2024
2 parents dcbe01f + c2f9094 commit 2955302
Show file tree
Hide file tree
Showing 251 changed files with 1,345 additions and 3,168 deletions.
4 changes: 2 additions & 2 deletions .env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ APP_ENV=testing
APP_KEY=SomeRandomString
APP_URL=http://nova3.test

CACHE_DRIVER=array
CACHE_STORE=array

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
Expand All @@ -13,7 +13,7 @@ DB_PASSWORD=password

FILESYSTEM_CLOUD=public

MAIL_DRIVER=array
MAIL_MAILER=array

QUEUE_CONNECTION=sync

Expand Down
4 changes: 2 additions & 2 deletions .env.testing
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ APP_ENV=testing
APP_KEY=base64:edGtgIS+uinFIOz06UE2dj+uGukX2SJMg8cKOp784uo=
APP_URL=http://localhost

CACHE_DRIVER=array
CACHE_STORE=array

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
Expand All @@ -13,7 +13,7 @@ DB_PASSWORD=

FILESYSTEM_CLOUD=public

MAIL_DRIVER=array
MAIL_MAILER=array

QUEUE_CONNECTION=sync

Expand Down
23 changes: 5 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"anodyne/blade-tabler-icons": "^3.0",
"awcodes/filament-tiptap-editor": "^3.0",
"awcodes/scribble": "^0.3.0@alpha",
"awcodes/typist": "dev-main",
"aws/aws-sdk-php": "^3.293",
"awssat/discord-notification-channel": "^1.4",
"bensampo/laravel-embed": "^2.4",
"blade-ui-kit/blade-icons": "^1.0",
"filament/forms": "^3.0-stable",
Expand All @@ -27,13 +25,12 @@
"guzzlehttp/guzzle": "^7.2",
"lab404/laravel-impersonate": "^1.7",
"laravel/fortify": "^1.16",
"laravel/framework": "^10.0",
"laravel/sanctum": "^3.2",
"laravel/framework": "^11.0",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.7",
"livewire/livewire": "^3.1",
"livewire/livewire": "^3.4",
"lorisleiva/laravel-actions": "^2.1",
"mailersend/laravel-driver": "^2.3",
"rawilk/laravel-form-components": "^8.1",
"santigarcor/laratrust": "^8.0",
"spatie/eloquent-sortable": "^4.0",
"spatie/laravel-activitylog": "^4.0",
Expand All @@ -43,9 +40,6 @@
"spatie/laravel-medialibrary": "^11.0",
"spatie/laravel-model-states": "^2.1",
"spatie/laravel-ray": "^1.26",
"spatie/once": "^3.0",
"staudenmeir/eloquent-eager-limit": "^1.6",
"staudenmeir/eloquent-eager-limit-x-laravel-adjacency-list": "^1.0",
"staudenmeir/eloquent-has-many-deep": "^1.18",
"staudenmeir/laravel-adjacency-list": "^1.0",
"symfony/http-client": "^7.0",
Expand All @@ -60,12 +54,11 @@
"itsgoingd/clockwork": "^5.0",
"laravel/pint": "^1.8",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^8.1",
"pestphp/pest": "^2.9",
"pestphp/pest-plugin-laravel": "^2.1",
"pestphp/pest-plugin-livewire": "^2.1",
"phpunit/phpunit": "^10.0",
"spatie/laravel-ignition": "^2.0"
"phpunit/phpunit": "^10.0"
},
"extra": {
"laravel": {
Expand Down Expand Up @@ -94,12 +87,6 @@
"Tests\\": "tests/"
}
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:awcodes/typist.git"
}
],
"scripts": {
"analyse": "./vendor/bin/phpstan analyse",
"clean": [
Expand Down
Loading

0 comments on commit 2955302

Please sign in to comment.