Skip to content

Commit 249b1c0

Browse files
committed
Merge pull request #35 from garak/patch-1
Remove doctrine1 dependency
2 parents 58704c7 + 20292a9 commit 249b1c0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
01/17/2014: Version 1.5.3
5+
-----------------------
6+
7+
* Remove Doctrine from dependencies (add Doctrine and Propel as suggestions)
8+
49
10/30/2013: Version 1.5.2
510
-----------------------
611

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
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": {
1110
"files": ["autoload.php"]
1211
},
12+
"suggest": {
13+
"lexpress/doctrine1": "Doctrine plugin",
14+
"propel/sf-propel-o-r-m-plugin": "Propel plugin"
15+
},
1316
"extra": {
1417
"branch-alias": {
1518
"dev-master": "1.5-dev"

0 commit comments

Comments
 (0)