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 Nov 30, 2024
2 parents 67e6370 + 40dbbed commit 7bf6e54
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 @@ -42,7 +42,7 @@
},
"require-dev": {
"fakerphp/faker": "^1.24",
"laravel/framework": "^11.33.2",
"laravel/framework": "^11.35.0",
"laravel/pint": "^1.17",
"laravel/serializable-closure": "^1.3 || ^2.0",
"mockery/mockery": "^1.6.10",
Expand All @@ -54,7 +54,7 @@
},
"conflict": {
"brianium/paratest": "<7.3.0 || >=8.0.0",
"laravel/framework": "<11.33.2 || >=12.0.0",
"laravel/framework": "<11.35.0 || >=12.0.0",
"laravel/serializable-closure": "<1.3.0 || >=3.0.0",
"nunomaduro/collision": "<8.0.0 || >=9.0.0",
"orchestra/testbench-dusk": "<9.10.0 || >=10.0.0",
Expand All @@ -64,7 +64,7 @@
"ext-pcntl": "Required to use all features of the console signal trapping.",
"brianium/paratest": "Allow using parallel testing (^7.3).",
"fakerphp/faker": "Allow using Faker for testing (^1.23).",
"laravel/framework": "Required for testing (^11.33.2).",
"laravel/framework": "Required for testing (^11.35.0).",
"mockery/mockery": "Allow using Mockery for testing (^1.6).",
"nunomaduro/collision": "Allow using Laravel style tests output and parallel testing (^8.0).",
"orchestra/testbench-dusk": "Allow using Laravel Dusk for testing (^9.0).",
Expand Down

0 comments on commit 7bf6e54

Please sign in to comment.