Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 2, 2024
1 parent a7a3389 commit 02d45e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"require": {
"php": "^8.2",
"composer-runtime-api": "^2.2",
"laravel/dusk": "^8.1",
"laravel/dusk": "dev-develop",
"laravel/serializable-closure": "^1.3 || ^2.0",
"orchestra/dusk-updater": "^2.6",
"orchestra/testbench": "9.x-dev",
"orchestra/testbench-core": "9.x-dev",
"orchestra/testbench": "10.x-dev",
"orchestra/testbench-core": "10.x-dev",
"php-webdriver/webdriver": "^1.15.1",
"symfony/polyfill-php83": "^1.31",
"symfony/polyfill-php84": "^1.31"
},
"require-dev": {
"laravel/pint": "^1.17",
"laravel/framework": "^11.33.2",
"laravel/tinker": "^2.9",
"laravel/framework": "12.x-dev",
"laravel/tinker": "dev-develop",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^10.5.35 || ^11.3.6"
},
Expand Down

0 comments on commit 02d45e0

Please sign in to comment.