Skip to content

Commit

Permalink
fix: drop http vers to allow right version of monorepo builder
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic committed Feb 28, 2024
1 parent 961413b commit 96db4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"socialiteproviders/manager": "^4.4"
},
"require-dev": {
"illuminate/http": "~10.0",
"illuminate/http": "^8.0",
"guzzlehttp/guzzle": "^7.8",
"php-parallel-lint/php-console-highlighter": "^0.5.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"symplify/monorepo-builder": "^11.0"
"symplify/monorepo-builder": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 96db4e8

Please sign in to comment.