replaced invalid property url with homepage in composer.json authors array

This commit is contained in:
domecardillo 2020-02-13 16:20:24 +01:00 committed by Zeno Rocha
parent d3fc3c1e7b
commit 393dbe34e0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"authors": [
{
"name": "Zeno Rocha",
"url": "http://zenorocha.com/"
"homepage": "http://zenorocha.com/"
}
],
"require": {