Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adrolli committed Dec 6, 2023
1 parent b3ae26a commit 8f75ac8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"php": "^8.2",
"filament/filament": "^3.1",
"guzzlehttp/guzzle": "^7.8",
"laravel/framework": "^11.0",
"laravel/tinker": "*",
"laravel/framework": "^10.0",
"laravel/tinker": "^2.8",
"livewire/livewire": "^3.0",
"wikimedia/composer-merge-plugin": "^2.1",
"moox/builder": "*"
},
"require-dev": {
"fakerphp/faker": "^1.23.1",
"laravel/pint": "^1.0",
"laravel/sail": "*",
"laravel/sail": "^1.26",
"mockery/mockery": "^1.6.6",
"nunomaduro/collision": "*",
"larastan/larastan": "*",
"orchestra/testbench": "^9.0",
"nunomaduro/collision": "^7.1",
"larastan/larastan": "^2.6",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"pestphp/pest-plugin-livewire": "^2.0",
Expand All @@ -46,8 +46,8 @@
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^10.0",
"spatie/laravel-ignition": "*",
"spatie/laravel-ray": "*"
"spatie/laravel-ignition": "^2.3",
"spatie/laravel-ray": "^1.33"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8f75ac8

Please sign in to comment.