Skip to content

Commit 1312a10

Browse files
committed
Merged in digitalkaoz/bitbucket-api/composer_fixes (pull request #20)
loosen version constraints
2 parents f36dbd8 + cc0b259 commit 1312a10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.3",
18-
"kriswallsmith/buzz": "0.13",
19-
"jacobkiers/oauth": "1.0.10"
17+
"php": "~5.3",
18+
"kriswallsmith/buzz": "~0.10",
19+
"jacobkiers/oauth": "~1.0.10"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "3.7.*",

0 commit comments

Comments
 (0)