Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use phpDocumentor2 instead of ApiGen #128

Merged
merged 12 commits into from
Mar 13, 2019
Prev Previous commit
Next Next commit
Use https for homepage in composer.json
  • Loading branch information
horgh committed Mar 12, 2019
commit a11a067fff65ac4909c2456f8234da1af9e8509d
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "Gregory J. Oschwald",
"email": "goschwald@maxmind.com",
"homepage": "http://www.maxmind.com/"
"homepage": "https://www.maxmind.com/"
}
],
"require": {
Expand Down