diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-03-17 11:19:05 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-03-17 11:33:03 +0100 |
commit | 53a5f6b267b1deb8c5f10973c1a238ff74a33e5a (patch) | |
tree | d3d3611a6aa31023fd911fced4906e72188647b3 /composer.lock | |
download | wcms-53a5f6b267b1deb8c5f10973c1a238ff74a33e5a.tar.gz wcms-53a5f6b267b1deb8c5f10973c1a238ff74a33e5a.zip |
Commit initial
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..ddf48ac --- /dev/null +++ b/composer.lock @@ -0,0 +1,64 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "This file is @generated automatically" + ], + "content-hash": "32c0f24f10c2954c56607edd1e5f94e9", + "packages": [ + { + "name": "michelf/php-markdown", + "version": "1.8.0", + "source": { + "type": "git", + "url": "https://github.com/michelf/php-markdown.git", + "reference": "01ab082b355bf188d907b9929cd99b2923053495" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495", + "reference": "01ab082b355bf188d907b9929cd99b2923053495", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Michelf\\": "Michelf/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Michel Fortin", + "email": "michel.fortin@michelf.ca", + "homepage": "https://michelf.ca/", + "role": "Developer" + }, + { + "name": "John Gruber", + "homepage": "https://daringfireball.net/" + } + ], + "description": "PHP Markdown", + "homepage": "https://michelf.ca/projects/php-markdown/", + "keywords": [ + "markdown" + ], + "time": "2018-01-15T00:49:33+00:00" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [] +} |