Skip to content

Commit

Permalink
Update the package name and support SF4
Browse files Browse the repository at this point in the history
  • Loading branch information
mhabibi committed Aug 30, 2022
1 parent 8829b1d commit 27d4868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "gharlan/propel-event-dispatcher-behavior",
"name": "finanzcheck/propel-event-dispatcher-behavior",
"type": "propel-behavior",
"description": "Integrates the Symfony EventDispatcher component in your Model classes for Propel.",
"keywords": [ "propel", "behavior", "event dispatcher", "event" ],
"license": "MIT",
"require": {
"symfony/event-dispatcher": "^5.3|^6.0"
"symfony/event-dispatcher": "^4.4|^5.3|^6.0"
},
"extra": {
"name": "event_dispatcher",
Expand Down

0 comments on commit 27d4868

Please sign in to comment.