Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit f32d3b5

Browse files
committed
v2.1.4
1 parent 2805706 commit f32d3b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "joelwmale/laravel-encryption",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "A package to easily encrypt & decrypt model fields in Laravel using OpenSSL.",
55
"keywords": [
66
"joelwmale",
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.1|^8.2|^8.3|^8.4",
2121
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
22-
"nesbot/carbon": "^2/0|^3.0",
22+
"nesbot/carbon": "^2.0|^3.0",
2323
"ext-json": "*"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)