Skip to content

Commit

Permalink
Merge pull request #63 from awe-templates/main
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
relliv authored Dec 26, 2023
2 parents be7e5b4 + f400f89 commit c34c208
Show file tree
Hide file tree
Showing 9 changed files with 3,802 additions and 19,879 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ PUSHER_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

DEBUGBAR_EDITOR=vscode
IGNITION_EDITOR=vscode
13 changes: 1 addition & 12 deletions .vscode/terminals.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,13 @@
"commands": ["php artisan serve"],
"color": "terminal.ansiGreen"
},

{
"name": "Webpack Mix Terminal",
"description": "Running webpack server",
"focus": true,
"execute": true,
"recycle": true,
"commands": ["npm run mix:watch"],
"color": "terminal.ansiRed"
},

{
"name": "ViteJs Terminal",
"description": "Running vite server",
"focus": true,
"execute": true,
"recycle": true,
"commands": ["npm run vite:watch"],
"commands": ["npm run dev"],
"color": "terminal.ansiRed"
}
]
Expand Down
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
],
"license": "MIT",
"require": {
"php": "^8.1.0",
"filament/filament": "^v3.0.79",
"guzzlehttp/guzzle": "^7.8.0",
"php": "^8.2",
"filament/filament": "v3.1.27",
"guzzlehttp/guzzle": "^7.8.1",
"laravel-ready/fortify-ui": "^v1.0.9",
"laravel-ready/hasin": "v2.1.4",
"laravel-ready/model-support": "^v1.0.12",
"laravel-ready/readable-numbers": "^v1.0.3",
"laravel-ready/ultimate-support": "^v1.1.1",
"laravel/fortify": "^v1.18.0",
"laravel/framework": "v10.28.0",
"laravel/sanctum": "v3.3.1",
"laravel/fortify": "v1.19.1",
"laravel/framework": "v10.38.2",
"laravel/sanctum": "v3.3.2",
"laravel/tinker": "^v2.8.2",
"opcodesio/log-viewer": "v3.1.5",
"spatie/laravel-data": "^3.9.1",
"spatie/laravel-ignition": "^2.3.1",
"opcodesio/log-viewer": "v3.1.10",
"spatie/laravel-data": "^3.11.0",
"spatie/laravel-ignition": "^2.3.3",
"spatie/once": "^3.1"
},
"require-dev": {
Expand All @@ -40,12 +40,12 @@
"dragon-code/pretty-routes": "^3.3",
"fakerphp/faker": "v1.23.0",
"itsgoingd/clockwork": "v5.1.12",
"laravel/pint": "^v1.13.3",
"laravel/sail": "v1.25.0",
"mockery/mockery": "^1.6.6",
"larastan/larastan": "^2.7",
"laravel/pint": "v1.13.7",
"laravel/sail": "v1.26.3",
"mockery/mockery": "^1.6.7",
"nunomaduro/collision": "v7.10.0",
"nunomaduro/larastan": "v2.6.4",
"phpunit/phpunit": "^10.4.1",
"phpunit/phpunit": "^10.5.3",
"spatie/laravel-ray": "^1.33.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit c34c208

Please sign in to comment.