Skip to content

Commit

Permalink
chore: Supports Laravel 12
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Feb 1, 2025
1 parent 976e93c commit 943b931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"require": {
"php": "^8.2",
"laravel/browser-kit-testing": "^7.2.2",
"orchestra/testbench": "^9.7",
"symfony/dom-crawler": "^7.0.3"
"laravel/browser-kit-testing": "^7.2.3",
"orchestra/testbench": "^10.0",
"symfony/dom-crawler": "^7.2"
},
"require-dev": {
"laravel/pint": "^1.17",
Expand Down

0 comments on commit 943b931

Please sign in to comment.