Skip to content

Commit 5f1f750

Browse files
committed
Alias branch master branch to version 1.5 for tagging
Close #24
1 parent cd7f2ea commit 5f1f750

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
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.*",
6+
"swiftmailer/swiftmailer": ">=4.2.2,<5.1.0-dev",
77
"lexpress/doctrine1": "*"
88
},
99
"type": "library",
1010
"autoload": {
1111
"files": ["autoload.php"]
1212
},
13+
"extra": {
14+
"branch-alias": {
15+
"dev-master": "1.5-dev"
16+
}
17+
},
1318
"bin": ["data/bin/symfony"]
1419
}

lib/autoload/sfCoreAutoload.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* The current symfony version.
1313
*/
14-
define('SYMFONY_VERSION', '1.4.17-DEV');
14+
define('SYMFONY_VERSION', '1.5.0-DEV');
1515

1616
/**
1717
* sfCoreAutoload class.

0 commit comments

Comments
 (0)