Skip to content

Commit 1ddd390

Browse files
fixing requires (#284)
Some packages were getting conflicts because of the way we are requiring the Laravel version
1 parent 75d31ef commit 1ddd390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ext-json": "*",
2222
"ext-sockets": "*",
2323
"php-amqplib/php-amqplib": "^3.1",
24-
"laravel/framework": "^6.20.12|^7.30.4|^8.22.1|^9.2",
24+
"laravel/framework": "^6.20.12|^7.30.4|>=8.22.1|>=9.2",
2525
"webpatser/laravel-uuid": "^4.0"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)