Skip to content

Commit b640128

Browse files
committed
Issue #427: update the way we fetch dependencies in composer
- use tilde operator instead of * - by default, check out all feature and security updates (1.x.x) but not API breaks (1.x going to 2.x) - use release versions of Atoum and no longer dev-master
1 parent 3d361b1 commit b640128

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
},
1616

1717
"require": {
18-
"atoum/atoum" : "dev-master",
19-
"components/jquery": "1.11.*",
20-
"monolog/monolog" : "1.10.0",
21-
"mozillal10n/bugzilla": "0.*",
22-
"mozillal10n/cache": "0.*",
23-
"pascalc/tinyl10n" : "0.6",
24-
"pascalc/vcs": "0.4",
25-
"symfony/var-dumper": "~2.6"
18+
"atoum/atoum" : "~1.1",
19+
"components/jquery": "~1.1",
20+
"monolog/monolog" : "~1.1",
21+
"mozillal10n/bugzilla": "~0.1",
22+
"mozillal10n/cache": "~0.1",
23+
"pascalc/tinyl10n" : "~0.1",
24+
"pascalc/vcs": "~0.1",
25+
"symfony/var-dumper": "~2.1"
2626
},
2727

2828
"autoload": {

0 commit comments

Comments
 (0)