Skip to content

Commit

Permalink
Fix incorrect dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhanley committed May 13, 2024
1 parent b56e830 commit efe513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"php": "^8.1",
"livewire/livewire": "^3.1|dev-master",
"orchestra/testbench-dusk": "^8.0|^9.0",
"psy/psysh": "^0.11.1|^12.0"
"psy/psysh": "^0.11.1|^0.12"
},
"require-dev": {
"spatie/laravel-ray": "^1.10"
Expand Down

0 comments on commit efe513d

Please sign in to comment.