Skip to content

Commit

Permalink
Updated for version conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
rajenindianic committed Mar 13, 2024
1 parent c54c70d commit 637f597
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 @@ -17,15 +17,15 @@
"php": "^8.1",
"spatie/laravel-package-tools": "^1.14.0",
"yethee/tiktoken": "^0.2.0",
"illuminate/contracts": "^9.28|^10.0|^11.0",
"illuminate/console": "^9.00|^10.00|^11.00",
"illuminate/support": "^9.00|^10.00|^11.00"
"illuminate/contracts": "^9.52.16 || ^10.28.0 || ^11.0",
"illuminate/console": "^9.52.16 || ^10.28.0 || ^11.0",
"illuminate/support": "^9.52.16 || ^10.28.0 || ^11.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^8.0|^9.0|^10.0",
"nunomaduro/collision": "^8.0 || ^9.0 ||^10.0",
"nunomaduro/larastan": "^2.9.2",
"orchestra/testbench": "^8.21.1|^9.0|^10.0",
"orchestra/testbench": "^7.33.0 || ^8.13.0 || ^9.0.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
Expand Down

0 comments on commit 637f597

Please sign in to comment.