File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 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" : [
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" : {
You can’t perform that action at this time.
0 commit comments