+ "name": "Colin O'Dell",
+ "homepage": "https://www.colinodell.com",
+ "role": "Lead Developer"
+ }
+ ],
+ "description": "PHP Markdown parser based on the CommonMark spec",
+ "homepage": "https://commonmark.thephpleague.com",
+ "keywords": [
+ "commonmark",
+ "markdown",
+ "parser"
+ ],
+ "time": "2020-01-16T01:18:13+00:00"
+ },
+ {
+ "name": "league/commonmark-ext-table",
+ "version": "v2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/commonmark-ext-table.git",
+ "reference": "3228888ea69636e855efcf6636ff8e6316933fe7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/commonmark-ext-table/zipball/3228888ea69636e855efcf6636ff8e6316933fe7",
+ "reference": "3228888ea69636e855efcf6636ff8e6316933fe7",
+ "shasum": ""
+ },
+ "require": {
+ "league/commonmark": "~0.19.3|^1.0",
+ "php": "^7.1"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^2.14",
+ "phpstan/phpstan": "~0.11",
+ "phpunit/phpunit": "^7.0|^8.0",
+ "symfony/var-dumper": "^4.0",
+ "vimeo/psalm": "^3.0"
+ },
+ "type": "commonmark-extension",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\CommonMark\\Ext\\Table\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Martin Hasoň",
+ },
+ {
+ "name": "Webuni s.r.o.",
+ "homepage": "https://www.webuni.cz"
+ },
+ {
+ "name": "Colin O'Dell",
+ "homepage": "https://www.colinodell.com"
+ }
+ ],
+ "description": "Table extension for league/commonmark",
+ "homepage": "https://github.com/thephpleague/commonmark-ext-table",
+ "keywords": [
+ "commonmark",
+ "extension",
+ "markdown",
+ "table"
+ ],
+ "time": "2019-09-26T13:28:33+00:00"
+ },
+ {
+ "name": "league/flysystem",
+ "version": "1.0.63",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/flysystem.git",
+ "reference": "8132daec326565036bc8e8d1876f77ec183a7bd6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/8132daec326565036bc8e8d1876f77ec183a7bd6",
+ "reference": "8132daec326565036bc8e8d1876f77ec183a7bd6",
+ "shasum": ""
+ },
+ "require": {
+ "ext-fileinfo": "*",
+ "php": ">=5.5.9"
+ },
+ "conflict": {
+ "league/flysystem-sftp": "<1.0.6"
+ },
+ "require-dev": {
+ "phpspec/phpspec": "^3.4",
+ "phpunit/phpunit": "^5.7.10"
+ },
+ "suggest": {
+ "ext-fileinfo": "Required for MimeType",
+ "ext-ftp": "Allows you to use FTP server storage",
+ "ext-openssl": "Allows you to use FTPS server storage",
+ "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
+ "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
+ "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
+ "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
+ "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
+ "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
+ "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
+ "league/flysystem-webdav": "Allows you to use WebDAV storage",
+ "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
+ "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
+ "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.1-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\Flysystem\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Frank de Jonge",