Add ext-json to dependencies

This commit is contained in:
Darko Gjorgjijoski
2024-01-28 00:18:49 +01:00
parent 17351efacf
commit a57fdfc420

View File

@@ -32,7 +32,8 @@
"spatie/flysystem-dropbox": "^1.2",
"spatie/laravel-backup": "^6.11",
"spatie/laravel-medialibrary": "^8.7",
"vinkla/hashids": "^9.0"
"vinkla/hashids": "^9.0",
"ext-json": "*"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.6",