Skip to content

Commit

Permalink
Using my own version of an rst parser
Browse files Browse the repository at this point in the history
The base package doesn't not want my changes so I forked it and published it as my package
  • Loading branch information
mamazu committed Sep 29, 2020
1 parent d1d5a9a commit 1615af9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"thecodingmachine/safe": "^0.1.16",
"nikic/php-parser": "^4.2",
"symfony/yaml": "^4",
"gregwar/rst": "dev-line-numbers"
"mamazu/rst": "^2.0"
},
"require-dev": {
"phpspec/phpspec": "^5.1|^6.0",
Expand All @@ -44,11 +44,5 @@
"vendor/bin/phpstan analyse"
]
},
"bin": [ "bin/doc-parser" ],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mamazu/RST/"
}
]
"bin": [ "bin/doc-parser" ]
}

0 comments on commit 1615af9

Please sign in to comment.