Skip to content

Commit

Permalink
Merge pull request #1 from K-Phoen/fix-project-type
Browse files Browse the repository at this point in the history
Allow the behavior to be auto-loaded by Propel
  • Loading branch information
Marc J. Schmidt committed Nov 22, 2014
2 parents 7cd46fb + cf9ed50 commit 188e40c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "marcj/propel-eventdispatcher-behavior",
"description": "Integrates the Symfony2 EventDispatcher component in your Model classes for Propel2 alpha 3. ",
"type": "propel-behavior",
"description": "Integrates the Symfony2 EventDispatcher component in your Model classes for Propel2 alpha 3.",
"keywords": [ "propel2", "behavior", "event dispatcher", "event" ],
"license": "MIT",
"require": {
"symfony/event-dispatcher": "~2.1"
},
"extra": {
"name": "event_dispatcher",
"class": "EventDispatcherBehavior"
},
"authors": [
{
"name": "William DURAND",
Expand Down

0 comments on commit 188e40c

Please sign in to comment.