98 lines
2.6 KiB
JSON
98 lines
2.6 KiB
JSON
{
|
|
"name": "kadet/cojedzie",
|
|
"description": "Co Jedzie",
|
|
"type": "project",
|
|
"license": "MIT with Commons Clause",
|
|
"require": {
|
|
"php": "^7.4",
|
|
"ext-ctype": "*",
|
|
"ext-iconv": "*",
|
|
"ext-json": "*",
|
|
"baldinof/roadrunner-bundle": "^1.3",
|
|
"cerbero/json-objects": "^1.1",
|
|
"illuminate/collections": "^8.35",
|
|
"jms/serializer-bundle": "^3.5",
|
|
"kadet/functional": "dev-master",
|
|
"nelmio/api-doc-bundle": "^3.5",
|
|
"nesbot/carbon": "^2.46.0",
|
|
"ocramius/proxy-manager": "^2.0",
|
|
"sensio/framework-extra-bundle": "^5.2",
|
|
"spiral/roadrunner": "^1.8",
|
|
"symfony/asset": "^5.2",
|
|
"symfony/console": "^5.2",
|
|
"symfony/doctrine-messenger": "5.2.*",
|
|
"symfony/flex": "^1.1",
|
|
"symfony/framework-bundle": "^5.2",
|
|
"symfony/messenger": "5.2.*",
|
|
"symfony/monolog-bundle": "^3.3",
|
|
"symfony/orm-pack": "^1.0",
|
|
"symfony/profiler-pack": "^1.0",
|
|
"symfony/twig-bundle": "^5.2",
|
|
"symfony/yaml": "^5.2",
|
|
"symfony/dotenv": "5.2.*",
|
|
"symfony/amqp-messenger": "5.2.*",
|
|
"symfony/redis-messenger": "5.2.*"
|
|
},
|
|
"config": {
|
|
"preferred-install": {
|
|
"*": "dist"
|
|
},
|
|
"sort-packages": true,
|
|
"secure-http": false,
|
|
"platform": {
|
|
"php": "7.4.15"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/"
|
|
},
|
|
"files": [
|
|
"vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php",
|
|
"./src/Functions/index.php"
|
|
]
|
|
},
|
|
"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": true,
|
|
"require": "5.2.*"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://git.kadet.net/kadet/functional-php.git"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"symfony/maker-bundle": "^1.30"
|
|
}
|
|
}
|