Skip to content

Commit 130d297

Browse files
authored
Support stable version for php-translation packages (#241)
1 parent 401a33e commit 130d297

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
@@ -18,14 +18,14 @@
1818
"symfony/finder": "^2.7 || ^3.0 || ^4.0",
1919
"symfony/intl": "^2.7 || ^3.0 || ^4.0",
2020

21-
"php-translation/common": "^0.3",
22-
"php-translation/symfony-storage": "^0.5.0",
21+
"php-translation/common": "^1.0",
22+
"php-translation/symfony-storage": "^1.0",
2323
"php-translation/extractor": "^1.3",
2424
"nyholm/nsa": "^1.1"
2525
},
2626
"require-dev": {
2727
"symfony/phpunit-bridge": "^3.4 || ^4.0",
28-
"php-translation/translator": "^0.1",
28+
"php-translation/translator": "^1.0",
2929
"php-http/curl-client": "^1.7",
3030
"php-http/message": "^1.6",
3131
"php-http/message-factory": "^1.0.2",

0 commit comments

Comments
 (0)