Skip to content

Commit

Permalink
fixing requires (#284)
Browse files Browse the repository at this point in the history
Some packages were getting conflicts because of the way we are requiring the Laravel version
  • Loading branch information
jleonardolemos authored May 26, 2022
1 parent 75d31ef commit 1ddd390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ext-json": "*",
"ext-sockets": "*",
"php-amqplib/php-amqplib": "^3.1",
"laravel/framework": "^6.20.12|^7.30.4|^8.22.1|^9.2",
"laravel/framework": "^6.20.12|^7.30.4|>=8.22.1|>=9.2",
"webpatser/laravel-uuid": "^4.0"
},
"require-dev": {
Expand Down

0 comments on commit 1ddd390

Please sign in to comment.