10000 [Translation][Extractor] Allow extracting an array of files besides extracting a directory by marcosdsanchez · Pull Request #14002 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Translation][Extractor] Allow extracting an array of files besides extracting a directory #14002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump symfony/translation dependency of FrameworkBundle to 2.7
  • Loading branch information
marcosdsanchez committed Mar 26, 2015
commit f27491c1b4b71e0e0c6ee62e4a8aa967e281d60d
2 changes: 1 addition & 1 deletion src/Symfony/Bundle/FrameworkBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"symfony/security-csrf": "~2.6|~3.0.0",
"symfony/stopwatch": "~2.3|~3.0.0",
"symfony/templating": "~2.1|~3.0.0",
"symfony/translation": "~2.6|~3.0.0",
"symfony/translation": "~2.7|~3.0.0",
"doctrine/annotations": "~1.0"
},
"require-dev": {
Expand Down
0