Skip to content

Commit

Permalink
Fixed conflic require version
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Apr 20, 2024
1 parent 0f11b3c commit 0892478
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 @@ -46,16 +46,16 @@
"twbs/bootstrap-icons": "^1.10"
},
"require-dev": {
"doctrine/dbal": "^2.10 || ^3.0",
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.14",
"orchestra/testbench-core": "^9.0",
"orchestra/testbench-dusk": "^9.0",
"orchestra/testbench-core": "^8.0 || ^9.0",
"orchestra/testbench-dusk": "^8.0 || ^9.0",
"phpunit/phpunit": "^10.0 || ^11.0",
"vimeo/psalm": "^5.0"
},
"conflict": {
"laravel/framework": "<10.48.8",
"orchestra/testbench-core": "<8.23.9",
"nesbot/carbon": "<2.66.0"
},
"autoload": {
Expand Down

0 comments on commit 0892478

Please sign in to comment.