Skip to content

Commit

Permalink
update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Bak committed Jul 31, 2024
1 parent 64c9570 commit ac4366c
Show file tree
Hide file tree
Showing 4 changed files with 1,525 additions and 1,626 deletions.
44 changes: 22 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"php": "^8.1",
"christophrumpel/missing-livewire-assertions": "^2.2",
"guzzlehttp/guzzle": "^7.8",
"jantinnerezo/livewire-alert": "^3.0.1",
"laravel/cashier": "^14.12.10",
"laravel/framework": "^10.29",
"laravel/pint": "^1.13.5",
"laravel/sanctum": "^3.3.1",
"laravel/tinker": "^2.8.2",
"livewire/livewire": "^3.0.10",
"spatie/laravel-permission": "^5.11.1",
"wire-elements/modal": "^2.0.0-beta"
"php": "^8.2|^8.3",
"christophrumpel/missing-livewire-assertions": "^v2.8.0",
"guzzlehttp/guzzle": "^7.9.2",
"jantinnerezo/livewire-alert": "^3.0.2",
"laravel/cashier": "^v15.4.1",
"laravel/framework": "^11.19",
"laravel/pint": "^v1.17.0",
"laravel/sanctum": "^v4.0.2",
"laravel/tinker": "^2.9.0",
"livewire/livewire": "^3.5.4",
"spatie/laravel-permission": "^6.9.0",
"wire-elements/modal": "^2.0.10"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.9.2",
"barryvdh/laravel-ide-helper": "^2.13",
"fakerphp/faker": "^1.23",
"laravel/sail": "^1.26.0",
"mockery/mockery": "^1.6.6",
"nunomaduro/collision": "^v7.3.3",
"pestphp/pest": "^v2.2.0",
"pestphp/pest-plugin-laravel": "^2.2",
"spatie/laravel-ignition": "^2.3.1",
"tightenco/duster": "^1.2.1"
"barryvdh/laravel-debugbar": "^v3.13.5",
"barryvdh/laravel-ide-helper": "^v3.1.0",
"fakerphp/faker": "^1.23.1",
"laravel/sail": "^1.31.0",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^v8.3.0",
"pestphp/pest": "^v2.34.9",
"pestphp/pest-plugin-laravel": "^v2.4.0",
"spatie/laravel-ignition": "^2.8.0",
"tightenco/duster": "^v3.0.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit ac4366c

Please sign in to comment.