83 lines
2.1 KiB
JSON
83 lines
2.1 KiB
JSON
{
|
|
"name": "skobkin/magnetico-web",
|
|
"description": "Simple web search interface for magneticod database",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Alexey Skobkin",
|
|
"email": "skobkin-ru@ya.ru",
|
|
"homepage": "https://skobk.in/",
|
|
"role": "founder"
|
|
}
|
|
],
|
|
"type": "project",
|
|
"require": {
|
|
"php": "^7.2.0",
|
|
"ext-ctype": "*",
|
|
"ext-iconv": "*",
|
|
"sensio/framework-extra-bundle": "^5.1",
|
|
"symfony/console": "^4.1",
|
|
"symfony/flex": "^1.0",
|
|
"symfony/form": "^4.1",
|
|
"symfony/framework-bundle": "^4.1",
|
|
"symfony/lts": "^4@dev",
|
|
"symfony/monolog-bundle": "^3.3",
|
|
"symfony/orm-pack": "^1.0",
|
|
"symfony/security-bundle": "^4.1",
|
|
"symfony/serializer-pack": "^1.0",
|
|
"symfony/translation": "^4.1",
|
|
"symfony/twig-bundle": "^4.1",
|
|
"symfony/validator": "^4.1",
|
|
"symfony/web-server-bundle": "^4.1",
|
|
"symfony/yaml": "^4.1",
|
|
"white-october/pagerfanta-bundle": "^1.2"
|
|
},
|
|
"require-dev": {
|
|
"symfony/dotenv": "^4.1",
|
|
"symfony/web-profiler-bundle": "^4.1"
|
|
},
|
|
"config": {
|
|
"preferred-install": {
|
|
"*": "dist"
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"App\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"replace": {
|
|
"symfony/polyfill-ctype": "*",
|
|
"symfony/polyfill-iconv": "*",
|
|
"symfony/polyfill-php71": "*",
|
|
"symfony/polyfill-php70": "*",
|
|
"symfony/polyfill-php56": "*"
|
|
},
|
|
"scripts": {
|
|
"auto-scripts": {
|
|
"cache:clear": "symfony-cmd",
|
|
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
|
},
|
|
"post-install-cmd": [
|
|
"@auto-scripts"
|
|
],
|
|
"post-update-cmd": [
|
|
"@auto-scripts"
|
|
]
|
|
},
|
|
"conflict": {
|
|
"symfony/symfony": "*"
|
|
},
|
|
"extra": {
|
|
"symfony": {
|
|
"allow-contrib": false
|
|
}
|
|
}
|
|
}
|