Skip to content

Commit 12a3b88

Browse files
committed
Update composer.json
1 parent 06e1046 commit 12a3b88

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "langleyfoxall/laravel-redacted-model",
3-
"description": "Laravel Redacted Model allows you to easily dynamically omitt and redact fields from Laravel Models",
3+
"description": "Laravel Redacted Model allows you to easily dynamically omit and redact fields from Laravel Models",
44
"type": "library",
55
"require": {
6-
"php": "^7.0.0"
6+
"php": "^7.0.0",
7+
"illuminate/support": ">=5.0",
8+
"illuminate/database": ">=5.0"
79
},
810
"autoload": {
911
"psr-4": {

src/LangleyFoxall/RedactedModel/RedactedModel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace LangleyFoxall\RedactedModel;
44

5-
65
use Illuminate\Database\Eloquent\Model;
76
use Illuminate\Support\Str;
87

0 commit comments

Comments
 (0)