Skip to content

Commit 0152bd4

Browse files
committed
Added the branch alias for master and fixed requirements
1 parent a7f8592 commit 0152bd4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
],
1111
"require": {
1212
"php": ">=5.3.2",
13-
"ezyang/htmlpurifier": "~4"
13+
"ezyang/htmlpurifier": "~4.0"
14+
},
15+
"extra": {
16+
"branch-alias": {
17+
"dev-master": "1.0.x-dev"
18+
}
1419
},
1520
"autoload": {
1621
"psr-0": { "Exercise\\HTMLPurifierBundle": "" }

0 commit comments

Comments
 (0)