Skip to content

Commit

Permalink
Add Markdown and reStructuredText support
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Dec 23, 2019
1 parent af69396 commit f8a0078
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 1 deletion.
2 changes: 2 additions & 0 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"api-platform/api-pack": "^1.1",
"conduction/commongroundbundle": "dev-master",
"doctrine/doctrine-fixtures-bundle": "^3.2",
"doctrine/rst-parser": "^0.1.0",
"guzzlehttp/guzzle": "^6.3",
"knplabs/knp-markdown-bundle": "^1.8",
"lexik/jwt-authentication-bundle": "^2.6",
"phpdocumentor/reflection-docblock": "^4.3",
"ramsey/uuid": "^3.8",
Expand Down
177 changes: 176 additions & 1 deletion api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions api/config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['all' => true],
Tbbc\MoneyBundle\TbbcMoneyBundle::class => ['all' => true],
Knp\Bundle\MarkdownBundle\KnpMarkdownBundle::class => ['all' => true],
];
9 changes: 9 additions & 0 deletions api/symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
"doctrine/reflection": {
"version": "v1.0.0"
},
"doctrine/rst-parser": {
"version": "0.1.0"
},
"easyrdf/easyrdf": {
"version": "0.9.1"
},
Expand Down Expand Up @@ -139,6 +142,9 @@
"jdorn/sql-formatter": {
"version": "v1.2.17"
},
"knplabs/knp-markdown-bundle": {
"version": "1.8.1"
},
"lcobucci/jwt": {
"version": "3.3.1"
},
Expand All @@ -157,6 +163,9 @@
"config/packages/lexik_jwt_authentication.yaml"
]
},
"michelf/php-markdown": {
"version": "1.9.0"
},
"moneyphp/money": {
"version": "v1.3.0"
},
Expand Down

0 comments on commit f8a0078

Please sign in to comment.