Skip to content

Commit

Permalink
chore: upgrade to Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Mar 14, 2024
1 parent d461e51 commit 1170977
Show file tree
Hide file tree
Showing 3 changed files with 836 additions and 1,772 deletions.
23 changes: 14 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,41 @@
"description": "Intranet for asynchronous teams.",
"keywords": ["laravel", "intranet", "asynchronous"],
"license": "AGPL-3.0-or-later",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/asbiin/laravel-htmx"
}
],
"require": {
"php": "^8.2",
"ext-fileinfo": "*",
"blade-ui-kit/blade-heroicons": "^2.1",
"codezero/laravel-localizer": "^2.0",
"codezero/laravel-localizer": "^3.0",
"doctrine/dbal": "^3.6",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.3",
"laravel/framework": "^11.0",
"laravel/sanctum": "^4.0",
"laravel/scout": "^10.6",
"laravel/tinker": "^2.8",
"mauricius/laravel-htmx": "^0",
"monicahq/laravel-cloudflare": "3.7",
"mauricius/laravel-htmx": "dev-patch-1",
"monicahq/laravel-cloudflare": "^3.7",
"openai-php/laravel": "^0",
"pirsch-analytics/laravel-pirsch": "^0",
"spatie/laravel-sitemap": "^7.0",
"spatie/simple-excel": "^3.2"
},
"require-dev": {
"amirami/localizator": "^0.12.1@alpha",
"barryvdh/laravel-debugbar": "^3.9",
"brianium/paratest": "^7.4",
"fakerphp/faker": "^1.9",
"larastan/larastan": "^2.7",
"laravel/breeze": "^1.26",
"laravel/dusk": "^7.11",
"laravel/breeze": "^2.0",
"laravel/dusk": "^8.0",
"laravel/pint": "^1.13",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^10.1",
"psalm/plugin-laravel": "^2.7",
"roave/security-advisories": "dev-master",
Expand Down
Loading

0 comments on commit 1170977

Please sign in to comment.