Skip to content

Commit

Permalink
A lot of WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan authored and nikophil committed Sep 27, 2018
1 parent f65ce99 commit ebcbd88
Show file tree
Hide file tree
Showing 36 changed files with 2,267 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor/
/tests/_output
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "symfony/symfony-docs",
"description": "The build system for Symfony's documentation",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"SymfonyDocs\\": "src"
}
},
"require": {
"doctrine/rst-parser": "dev-sf-docs-tweaks",
"scrivo/highlight.php": "v9.12.0.5",
"symfony/phpunit-bridge": "^4.1",
"symfony/filesystem": "^4.1"
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:weaverryan/rst-parser.git"
}
]
}
312 changes: 312 additions & 0 deletions composer.lock

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

Loading

0 comments on commit ebcbd88

Please sign in to comment.