Skip to content

Commit 563ca92

Browse files
authored
use stable dependencies (#26)
1 parent e256945 commit 563ca92

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
"symfony/translation": "^2.7 || ^3.0",
1717
"symfony/finder": "^2.7 || ^3.0",
1818

19-
"php-translation/common": "dev-master",
20-
"php-translation/extractor": "dev-master"
19+
"php-translation/common": "^0.1",
20+
"php-translation/extractor": "^0.1"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^4.5 || ^5.4",
24-
"php-translation/platform-adapter": "dev-master",
2524
"php-translation/translator": "^0.1",
2625
"php-http/curl-client": "^1.0",
2726
"php-http/message": "^1.0",

0 commit comments

Comments
 (0)