|
@@ -675,6 +675,7 @@
|
|
|
"homepage": "https://symfony.com"
|
|
|
},
|
|
|
{
|
|
|
+<<<<<<< HEAD
|
|
|
"name": "symfony/event-dispatcher",
|
|
|
"version": "v3.3.13",
|
|
|
"version_normalized": "3.3.13.0",
|
|
@@ -721,6 +722,35 @@
|
|
|
"exclude-from-classmap": [
|
|
|
"/Tests/"
|
|
|
]
|
|
|
+=======
|
|
|
+ "name": "erusev/parsedown",
|
|
|
+ "version": "1.6.4",
|
|
|
+ "version_normalized": "1.6.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/erusev/parsedown.git",
|
|
|
+ "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/erusev/parsedown/zipball/fbe3fe878f4fe69048bb8a52783a09802004f548",
|
|
|
+ "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35"
|
|
|
+ },
|
|
|
+ "time": "2017-11-14T20:44:03+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Parsedown": ""
|
|
|
+ }
|
|
|
+>>>>>>> master
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
"license": [
|
|
@@ -728,6 +758,7 @@
|
|
|
],
|
|
|
"authors": [
|
|
|
{
|
|
|
+<<<<<<< HEAD
|
|
|
"name": "Fabien Potencier",
|
|
|
"email": "fabien@symfony.com"
|
|
|
},
|
|
@@ -738,5 +769,18 @@
|
|
|
],
|
|
|
"description": "Symfony EventDispatcher Component",
|
|
|
"homepage": "https://symfony.com"
|
|
|
+=======
|
|
|
+ "name": "Emanuil Rusev",
|
|
|
+ "email": "hello@erusev.com",
|
|
|
+ "homepage": "http://erusev.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Parser for Markdown.",
|
|
|
+ "homepage": "http://parsedown.org",
|
|
|
+ "keywords": [
|
|
|
+ "markdown",
|
|
|
+ "parser"
|
|
|
+ ]
|
|
|
+>>>>>>> master
|
|
|
}
|
|
|
]
|