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
1 parent aa78608 commit a508d16
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 @@ -41,7 +41,7 @@
},
"require-dev": {
"fakerphp/faker": "^1.21",
"laravel/framework": "^9.52.17",
"laravel/framework": "^9.52.18",
"laravel/pint": "^1.4",
"mockery/mockery": "^1.5.1",
"phpstan/phpstan": "^2.0",
Expand All @@ -53,7 +53,7 @@
},
"conflict": {
"brianium/paratest": "<6.4.0 || >=7.0.0",
"laravel/framework": "<9.52.17 || >=10.0.0",
"laravel/framework": "<9.52.18 || >=10.0.0",
"laravel/serializable-closure": "<1.3.0 || >=2.0.0",
"orchestra/testbench-dusk": "<7.50.0 || >=8.0.0",
"orchestra/workbench": "<1.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 (^6.4).",
"fakerphp/faker": "Allow using Faker for testing (^1.21).",
"laravel/framework": "Required for testing (^9.52.17).",
"laravel/framework": "Required for testing (^9.52.18).",
"mockery/mockery": "Allow using Mockery for testing (^1.5.1).",
"nunomaduro/collision": "Allow using Laravel style tests output and parallel testing (^6.2).",
"orchestra/testbench-browser-kit": "Allow using legacy Laravel BrowserKit for testing (^7.0).",
Expand Down

0 comments on commit a508d16

Please sign in to comment.