init without trunk

This commit is contained in:
Kevin Adametz 2020-07-09 12:49:32 +02:00
parent ed24ac4994
commit bb809e7233
14652 changed files with 177862 additions and 94817 deletions

View 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"
}
}
}