Skip to content

Commit

Permalink
Merge pull request #15 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 committed Aug 31, 2018
2 parents 1798064 + d51e2e5 commit 6e98ca6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"active": true,
"name": "Event Manager",
"slug": "event-manager",
"docsSlug": "doctrine-event-manager",
"versions": [
{
"name": "1.0",
"branchName": "master",
"slug": "latest",
"current": true,
"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/event-manager",
"type": "library",
"description": "Doctrine Event Manager component",
"keywords": ["eventmanager", "eventdispatcher", "event"],
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
"keywords": [
"events",
"event",
"event dispatcher",
"event manager",
"event system"
],
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 6e98ca6

Please sign in to comment.