Skip to content

Commit 21de365

Browse files
David LeeDavid Lee
authored andcommitted
Support Propel 1.8 and Symfony 5.4
1 parent 829f8e9 commit 21de365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"keywords": [ "propel", "behavior", "event dispatcher", "event" ],
55
"license": "MIT",
66
"require": {
7-
"symfony/event-dispatcher": "~2.1|~3.0|~3.4|~4.4",
8-
"propel/propel1": "~1.6"
7+
"symfony/event-dispatcher": "~2.1|~3.0|~3.4|^4.4|^5.4",
8+
"propel/propel1": "^1.8"
99
},
1010
"authors": [
1111
{

0 commit comments

Comments
 (0)