Skip to content

Commit

Permalink
feat: adjusts for Pest 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Apr 28, 2024
1 parent 53df511 commit 3bad0ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
],
"license": "MIT",
"require": {
"php": "^8.1.0",
"laravel/framework": "^10.48.9|^11.5.0",
"pestphp/pest": "^2.34.7"
"php": "^8.2.0",
"laravel/framework": "^11.5.0",
"pestphp/pest": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand All @@ -30,9 +30,9 @@
}
},
"require-dev": {
"laravel/dusk": "^7.13.0",
"orchestra/testbench": "^8.22.3|^9.0.4",
"pestphp/pest-dev-tools": "^2.16.0"
"laravel/dusk": "^8.2.0",
"orchestra/testbench": "^9.0.4",
"pestphp/pest-dev-tools": "^3.0.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 3bad0ca

Please sign in to comment.