mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
43 lines
1019 B
JSON
43 lines
1019 B
JSON
{
|
|
"name": "meritoo/common-library",
|
|
"description": "Useful classes, methods, extensions etc.",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Meritoo.pl",
|
|
"email": "github@meritoo.pl",
|
|
"homepage": "http://www.meritoo.pl"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"ext-dom": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-intl": "*",
|
|
"ext-json": "*",
|
|
"ext-pcre": "*",
|
|
"ext-simplexml": "*",
|
|
"doctrine/orm": "^2.6",
|
|
"gedmo/doctrine-extensions": "^2.4"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.14",
|
|
"phpunit/phpunit": "^8.0",
|
|
"sebastian/phpcpd": "^4.1",
|
|
"squizlabs/php_codesniffer": " ^2.9"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Meritoo\\Common\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Meritoo\\Test\\Common\\": "tests/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
}
|
|
}
|