Skip to content

Commit c09dc5e

Browse files
committed
Composer Update
1 parent fcf36ef commit c09dc5e

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

composer.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
{
22
"name": "softinklab/laravel-keyvalue-storage",
3-
"description": "Key-Value Storage for Laravel via Database",
3+
"description": "Key-Value Storage for Laravel using Database or JSON File",
4+
"keywords": [
5+
"key value storage",
6+
"laravel options",
7+
"json storage",
8+
"laravel key value storage",
9+
"softink lab"
10+
],
411
"type": "library",
12+
"homepage": "https://www.softinklab.com",
513
"require": {
614
"php": "^7.2",
715
"illuminate/support": "^7.0",
816
"illuminate/database": "^7.0"
917
},
1018
"require-dev": {
11-
"phpunit/phpunit": "^9.1@dev"
19+
"phpunit/phpunit": "^8.0"
1220
},
1321
"autoload": {
1422
"files": [
@@ -22,9 +30,14 @@
2230
"authors": [
2331
{
2432
"name": "Pasan Bhanu Guruge",
25-
"email": "pasan@softinklab.com"
33+
"email": "pasan@softinklab.com",
34+
"homepage": "https://www.softinklab.com",
35+
"role": "Developer"
2636
}
2737
],
38+
"support": {
39+
"email": "info@softinklab.com"
40+
},
2841
"minimum-stability": "dev",
2942
"extra": {
3043
"laravel": {

0 commit comments

Comments
 (0)