Skip to content

Commit 5739e00

Browse files
authored
Merge pull request #119 from FriendsOfCake/dereuromark-patch-2
Make descr more generic towards next majors
2 parents 824d4ee + 69a4054 commit 5739e00

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "friendsofcake/cakephp-csvview",
3-
"description": "A CSV View class for CakePHP 3.x",
3+
"description": "A CSV View class for CakePHP",
44
"type": "cakephp-plugin",
55
"keywords": [
66
"cakephp",
77
"csv",
88
"view",
99
"export"
1010
],
11-
"homepage": "http://github.com/friendsofcake/cakephp-csvview",
11+
"homepage": "https://github.com/friendsofcake/cakephp-csvview",
1212
"license": "MIT",
1313
"authors": [
1414
{
1515
"name": "Jose Diaz-Gonzalez",
1616
"email": "email@josediazgonzalez.com",
17-
"homepage": "http://josediazgonzalez.com",
17+
"homepage": "https://josediazgonzalez.com",
1818
"role": "Maintainer"
1919
},
2020
{
@@ -63,7 +63,6 @@
6363
}
6464
},
6565
"support": {
66-
"email": "cakephp+csvview@josediazgonzalez.com",
6766
"issues": "https://github.com/friendsofcake/cakephp-csvview/issues",
6867
"source": "https://github.com/friendsofcake/cakephp-csvview"
6968
},

0 commit comments

Comments
 (0)