init without trunk
This commit is contained in:
parent
ed24ac4994
commit
bb809e7233
14652 changed files with 177862 additions and 94817 deletions
34
vendor/behat/transliterator/composer.json
vendored
Normal file
34
vendor/behat/transliterator/composer.json
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"name": "behat/transliterator",
|
||||
"description": "String transliterator",
|
||||
"keywords": [
|
||||
"transliterator",
|
||||
"slug",
|
||||
"i18n"
|
||||
],
|
||||
"type": "library",
|
||||
"license": "Artistic-1.0",
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8.36|^6.3",
|
||||
"php-yaoi/php-yaoi": "^1.0",
|
||||
"chuyskywalker/rolling-curl": "^3.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Behat\\Transliterator\\": "src/Behat/Transliterator"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Behat\\Tests\\Transliterator\\": "tests"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.2-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue