]> git.mxchange.org Git - friendica.git/blobdiff - library/php-markdown/composer.json
Added a whitespace between comma and t()
[friendica.git] / library / php-markdown / composer.json
index 45abc67744cf9167d1a17a51f8bf1376339ed640..c219e543c28450d96f2a8779ff3283b29af67eec 100644 (file)
@@ -2,19 +2,19 @@
        "name": "michelf/php-markdown",
        "type": "library",
        "description": "PHP Markdown",
-       "homepage": "http://michelf.ca/projects/php-markdown/",
+       "homepage": "https://michelf.ca/projects/php-markdown/",
        "keywords": ["markdown"],
        "license": "BSD-3-Clause",
        "authors": [
                {
                        "name": "Michel Fortin",
                        "email": "michel.fortin@michelf.ca",
-                       "homepage": "http://michelf.ca/",
+                       "homepage": "https://michelf.ca/",
                        "role": "Developer"
                },
                {
                        "name": "John Gruber",
-                       "homepage": "http://daringfireball.net/"
+                       "homepage": "https://daringfireball.net/"
                }
        ],
        "require": {
        },
        "autoload": {
                "psr-0": { "Michelf": "" }
-       },
-       "extra": {
-               "branch-alias": {
-                       "dev-lib": "1.4.x-dev"
-               }
        }
 }