Skip to content

Commit

Permalink
add safe
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Aug 7, 2024
1 parent fbd1916 commit 68d0e82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"license": "MIT",
"require": {
"php": "^8.2",
"illuminate/contracts": "^10.0||^11.0"
"illuminate/contracts": "^10.0||^11.0",
"thecodingmachine/safe": "^2.5"
},
"require-dev": {
"nunomaduro/collision": "^8.3",
Expand Down Expand Up @@ -62,4 +63,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 68d0e82

Please sign in to comment.