Skip to content

Commit

Permalink
Merge pull request #19 from doctrine/doctrine-project-json
Browse files Browse the repository at this point in the history
Add .doctrine-project.json to root of the project.
  • Loading branch information
jwage authored Aug 31, 2018
2 parents c0970c7 + 2686c5c commit 9790c15
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"active": true,
"name": "Lexer",
"slug": "lexer",
"docsSlug": "doctrine-lexer",
"versions": [
{
"name": "master",
"branchName": "master",
"slug": "latest",
"aliases": [
"current",
"stable"
]
}
]
}
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "doctrine/lexer",
"type": "library",
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
"keywords": ["lexer", "parser"],
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"keywords": [
"php",
"parser",
"lexer",
"annotations",
"docblock"
],
"homepage": "http://www.doctrine-project.org",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 9790c15

Please sign in to comment.