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 Mar 19, 2024
1 parent 30640d8 commit 3c29376
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/sync
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php

$workingPath = getcwd();
$BRANCH = '9.x';
$BRANCH = '10.x';

require __DIR__.'/../vendor/autoload.php';

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"php": "^8.2",
"composer-runtime-api": "^2.2",
"fakerphp/faker": "^1.23",
"laravel/framework": "^11.0",
"laravel/framework": "^12.0",
"mockery/mockery": "^1.6",
"orchestra/testbench-core": "^9.0.6",
"orchestra/workbench": "^9.0",
"orchestra/testbench-core": "^10.0",
"orchestra/workbench": "^10.0",
"phpunit/phpunit": "^10.5 || ^11.0.1",
"symfony/process": "^7.0",
"symfony/yaml": "^7.0",
Expand Down

0 comments on commit 3c29376

Please sign in to comment.