Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit b06afad

Browse files
authored
Merge pull request #4 from larapack/laravel-5.1-package-shift
Laravel 5.1 Package Shift
2 parents c5b1966 + 926e14f commit b06afad

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

composer.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
{
22
"name": "larapack/attribute-purging",
33
"description": "Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.",
4-
"keywords": ["package", "laravel", "larapack", "purge", "database", "db", "eloquent", "model", "save"],
4+
"keywords": [
5+
"package",
6+
"laravel",
7+
"larapack",
8+
"purge",
9+
"database",
10+
"db",
11+
"eloquent",
12+
"model",
13+
"save"
14+
],
515
"license": "MIT",
616
"type": "package",
717
"autoload": {
818
"psr-4": {
919
"": "src/"
1020
}
21+
},
22+
"require": {
23+
"laravel/framework": "5.1.*",
24+
"php": ">=5.5.9"
1125
}
12-
}
26+
}

0 commit comments

Comments
 (0)