Skip to content

Commit c8e959f

Browse files
author
calvinpy
committed
fix homepage
1 parent 5db0238 commit c8e959f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"pago aplazado",
1818
"método de pago"
1919
],
20-
"homepage": "https: //aplazame.com/",
20+
"homepage": "https://aplazame.com/",
2121
"license": "GPL-3.0",
2222
"authors": [
2323
{
2424
"name": "calvin",
2525
"email": "[email protected]",
26-
"homepage": "https: //aplazame.com"
26+
"homepage": "https://aplazame.com"
2727
}
2828
],
2929
"require": {
@@ -33,5 +33,6 @@
3333
"simpletest/simpletest": "1.1.*",
3434
"fabpot/php-cs-fixer": "^1.10",
3535
"smarty-gettext/smarty-gettext": "1.2.0"
36-
}
36+
},
37+
"minimum-stability": "stable"
3738
}

0 commit comments

Comments
 (0)