Skip to content

Commit 051f640

Browse files
committed
remove doctrine1 dependency
symfony 1 has always worked fine without Doctrine (e.g. with Propel, or even without any ORM). Also, without any stable tag in lexpress/doctrine1, it's impossible to install without lowering minimum-stability to "dev".
1 parent 7364e06 commit 051f640

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"description": "Fork of symfony 1.4 with dic, form enhancements, latest swiftmailer and better performance",
44
"license": "MIT",
55
"require": {
6-
"swiftmailer/swiftmailer": ">=4.2.2,<5.1.0-dev",
7-
"lexpress/doctrine1": "*"
6+
"swiftmailer/swiftmailer": ">=4.2.2,<5.1.0-dev"
87
},
98
"type": "library",
109
"autoload": {

0 commit comments

Comments
 (0)