forked from webmil/WebmilTextLanguageDetectBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·26 lines (26 loc) · 765 Bytes
/
composer.json
File metadata and controls
executable file
·26 lines (26 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "webmil/text-language-detect-bundle",
"description": "Bundle to use Text_LanguageDetect with Symfony2.",
"keywords": ["language detect","text language detect"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Webmil",
"email": "info@webmil.com.ua",
"homepage": "http://www.webmil.com.ua/"
},
{
"name": "Oleh Popadjuk",
"email": "superdodman@gmail.com"
}
],
"require": {
"symfony/framework-bundle": "2.*",
"webmil/text-language-detect": "master-dev"
},
"autoload": {
"psr-0": { "Webmil\\TextLanguageDetectBundle": "" }
},
"target-dir": "Webmil/TextLanguageDetectBundle"
}