Skip to content

Commit 0c52f7c

Browse files
committed
Remove support for thecodingmachine/safe:^2
Some functions we use, like `uksort` were removed, making it not compatible with a codebase running in PHP 7.4 and 8.0
1 parent 9fee3dc commit 0c52f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
4040
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
4141
"laragraph/utils": "^1",
42-
"thecodingmachine/safe": "^1.3|^2",
42+
"thecodingmachine/safe": "^1.3",
4343
"webonyx/graphql-php": "^14.6.4"
4444
},
4545
"require-dev": {

0 commit comments

Comments
 (0)