Skip to content

Commit f1ca532

Browse files
Merge branch '4.x' into fix/symfony5
2 parents 135bfa8 + 5b04eaa commit f1ca532

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

composer.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
{
2-
"name": "willdurand/propel-eventdispatcher-bundle",
2+
"name": "dayspring-tech/propel-eventdispatcher-bundle",
33
"description": "Integrates the Propel EventDispatcherBehavior into Symfony2.",
44
"license": "MIT",
55
"require": {
6-
"willdurand/propel-eventdispatcher-behavior": "dev-fix/event-dispatcher"
6+
"dayspring-tech/propel-eventdispatcher-behavior": "5.x-dev"
77
},
88
"require-dev": {
99
"symfony/framework-bundle": "^4.3|^5.0",
1010
"symfony/yaml": "^4.0|^5.0",
1111
"phpunit/phpunit": "~8.5.33|^9.0"
1212
},
13-
"repositories": [
14-
{
15-
"type": "vcs",
16-
"url": "git@github.com:dayspring-tech/EventDispatcherBehavior.git"
17-
}
18-
],
1913
"authors": [
2014
{
2115
"name": "William DURAND",
2216
"email": "william.durand1@gmail.com"
17+
},
18+
{
19+
"name": "Jeffrey Wong",
20+
"email": "jwong@dayspringpartners.com"
21+
},
22+
{
23+
"name": "Stan Situ",
24+
"email": "ssitu@dayspringpartners.com"
25+
},
26+
{
27+
"name": "Bruce Yu",
28+
"email": "bwyu@dayspringpartners.com"
2329
}
2430
],
2531
"autoload": {
@@ -31,5 +37,8 @@
3137
"Composer\\Config::disableProcessTimeout",
3238
"vendor/bin/phpunit -c ./phpunit.xml.dist"
3339
]
40+
},
41+
"replace": {
42+
"willdurand/propel-eventdispatcher-bundle": "<=1.0.1"
3443
}
3544
}

0 commit comments

Comments
 (0)