{ "name": "league/commonmark", "type": "library", "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)", "keywords": ["markdown","parser","commonmark","gfm","github","flavored","github-flavored","md"], "homepage": "https://commonmark.thephpleague.com", "license": "BSD-3-Clause", "authors": [ { "name": "Colin O'Dell", "email": "colinodell@gmail.com", "homepage": "https://www.colinodell.com", "role": "Lead Developer" } ], "support": { "docs": "https://commonmark.thephpleague.com/", "forum": "https://github.com/thephpleague/commonmark/discussions", "issues": "https://github.com/thephpleague/commonmark/issues", "rss": "https://github.com/thephpleague/commonmark/releases.atom", "source": "https://github.com/thephpleague/commonmark" }, "require": { "php": "^7.4 || ^8.0", "ext-mbstring": "*", "league/config": "^1.1.1", "psr/event-dispatcher": "^1.0", "symfony/deprecation-contracts": "^2.1 || ^3.0", "symfony/polyfill-php80": "^1.16" }, "require-dev": { "ext-json": "*", "cebe/markdown": "^1.0", "commonmark/cmark": "0.30.0", "commonmark/commonmark.js": "0.30.0", "composer/package-versions-deprecated": "^1.8", "embed/embed": "^4.4", "erusev/parsedown": "^1.0", "github/gfm": "0.29.0", "michelf/php-markdown": "^1.4 || ^2.0", "nyholm/psr7": "^1.5", "phpstan/phpstan": "^1.8.2", "phpunit/phpunit": "^9.5.21", "scrutinizer/ocular": "^1.8.1", "symfony/finder": "^5.3 | ^6.0", "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0", "unleashedtech/php-coding-standard": "^3.1.1", "vimeo/psalm": "^4.24.0 || ^5.0.0" }, "minimum-stability": "beta", "suggest": { "symfony/yaml": "v2.3+ required if using the Front Matter extension" }, "repositories": [ { "type": "package", "package": { "name": "commonmark/commonmark.js", "version": "0.30.0", "dist": { "url": "https://github.com/commonmark/commonmark.js/archive/0.30.0.zip", "type": "zip" } } }, { "type": "package", "package": { "name": "commonmark/cmark", "version": "0.30.0", "dist": { "url": "https://github.com/commonmark/cmark/archive/0.30.0.zip", "type": "zip" } } }, { "type": "package", "package": { "name": "github/gfm", "version": "0.29.0", "dist": { "url": "https://github.com/github/cmark-gfm/archive/0.29.0.gfm.0.zip", "type": "zip" } } } ], "autoload": { "psr-4": { "League\\CommonMark\\": "src" } }, "autoload-dev": { "psr-4": { "League\\CommonMark\\Tests\\Unit\\": "tests/unit", "League\\CommonMark\\Tests\\Functional\\": "tests/functional", "League\\CommonMark\\Tests\\PHPStan\\": "tests/phpstan" } }, "scripts": { "phpcs": "phpcs", "phpstan": "phpstan analyse", "phpunit": "phpunit --no-coverage", "psalm": "psalm --stats", "test": [ "@phpcs", "@phpstan", "@psalm", "@phpunit" ] }, "extra": { "branch-alias": { "dev-main": "2.4-dev" } }, "config": { "allow-plugins": { "composer/package-versions-deprecated": true, "dealerdirect/phpcodesniffer-composer-installer": true }, "sort-packages": true } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
docker | Folder | 0755 |
|
|
docs | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.editorconfig | File | 200 B | 0644 |
|
.gitattributes | File | 903 B | 0644 |
|
.gitignore | File | 126 B | 0644 |
|
.nojekyll | File | 0 B | 0644 |
|
.phpstorm.meta.php | File | 5.82 KB | 0644 |
|
.scrutinizer.yml | File | 1.16 KB | 0644 |
|
.styleci.yml | File | 14 B | 0644 |
|
CHANGELOG-0.x.md | File | 33.85 KB | 0644 |
|
CHANGELOG-1.x.md | File | 20.43 KB | 0644 |
|
CHANGELOG.md | File | 24.84 KB | 0644 |
|
LICENSE | File | 1.64 KB | 0644 |
|
README.md | File | 12.12 KB | 0644 |
|
RELEASE_CHECKLIST.md | File | 1.26 KB | 0644 |
|
commonmark-banner.png | File | 121.21 KB | 0644 |
|
composer.json | File | 4.1 KB | 0644 |
|
docker-compose.yml | File | 201 B | 0644 |
|
phpcs.xml.dist | File | 552 B | 0644 |
|
phpstan.neon.dist | File | 418 B | 0644 |
|
phpunit.xml.dist | File | 1.17 KB | 0644 |
|
psalm.xml | File | 459 B | 0644 |
|
roave-bc-check.yaml | File | 212 B | 0644 |
|