mirror of
https://github.com/jbcr/core.git
synced 2026-03-29 20:32:19 +02:00
153 lines
5.0 KiB
JSON
153 lines
5.0 KiB
JSON
{
|
|
"name": "bolt/core",
|
|
"type": "library",
|
|
"description": "🧿 Bolt 4 Core",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=7.2.9",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-pdo": "*",
|
|
"api-platform/core": "^2.5",
|
|
"bolt/common": "^2.1.0",
|
|
"cocur/slugify": "^4.0",
|
|
"composer/composer": "^1.10",
|
|
"doctrine/doctrine-bundle": "^2.0",
|
|
"doctrine/doctrine-cache-bundle": "^1.4",
|
|
"doctrine/doctrine-fixtures-bundle": "^3.3",
|
|
"doctrine/orm": "^2.7",
|
|
"drupol/composer-packages": "^1.1",
|
|
"embed/embed": "^3.4",
|
|
"erusev/parsedown": "^1.7",
|
|
"ezyang/htmlpurifier": "^4.12",
|
|
"fzaninotto/faker": "^1.9",
|
|
"knplabs/doctrine-behaviors": "^2.0.3",
|
|
"knplabs/knp-menu-bundle": "^3.0",
|
|
"league/glide-symfony": "^1.0",
|
|
"miljar/php-exif": "^0.6.4",
|
|
"nelmio/cors-bundle": "^2.0",
|
|
"nesbot/carbon": "^2.28",
|
|
"peterkahl/country-code-to-emoji-flag": "^1.2",
|
|
"php-translation/symfony-bundle": "^0.12",
|
|
"phpdocumentor/reflection-docblock": "^4.3",
|
|
"psr/simple-cache": "^1.0",
|
|
"scienta/doctrine-json-functions": "^4.1",
|
|
"sensio/framework-extra-bundle": "^5.5",
|
|
"sensiolabs/security-checker": "^6.0",
|
|
"siriusphp/upload": "^3.0.1",
|
|
"symfony/asset": "^4.4",
|
|
"symfony/console": "^4.4",
|
|
"symfony/debug-bundle": "^4.4",
|
|
"symfony/dependency-injection": "^4.4",
|
|
"symfony/dotenv": "^4.4",
|
|
"symfony/expression-language": "^4.4",
|
|
"symfony/flex": "^1.6",
|
|
"symfony/form": "^4.4",
|
|
"symfony/framework-bundle": "^4.4",
|
|
"symfony/http-client": "^4.4",
|
|
"symfony/mailer": "^4.4",
|
|
"symfony/maker-bundle": "^1.14",
|
|
"symfony/monolog-bridge": "^4.4",
|
|
"symfony/monolog-bundle": "^3.5",
|
|
"symfony/polyfill-php72": "^1.13",
|
|
"symfony/security-bundle": "^4.4",
|
|
"symfony/serializer": "^4.4",
|
|
"symfony/stopwatch": "^4.4",
|
|
"symfony/translation": "^4.4",
|
|
"symfony/twig-bundle": "^4.4",
|
|
"symfony/validator": "^4.4",
|
|
"symfony/var-dumper": "^4.4",
|
|
"symfony/web-profiler-bundle": "^4.4",
|
|
"symfony/web-server-bundle": "^4.4",
|
|
"symfony/webpack-encore-bundle": "^1.7",
|
|
"symfony/yaml": "^4.4",
|
|
"tightenco/collect": "^7.4",
|
|
"twig/twig": "^3.0",
|
|
"ua-parser/uap-php": "^3.9",
|
|
"webimpress/safe-writer": "^2.0",
|
|
"webmozart/path-util": "^2.3",
|
|
"webonyx/graphql-php": "^0.13",
|
|
"white-october/pagerfanta-bundle": "^1.3"
|
|
},
|
|
"conflict": {
|
|
"symfony/symfony": "*"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"ext-pdo_sqlite": "*",
|
|
"acmecorp/reference-extension": "^1.0",
|
|
"behat/behat": "^3.5",
|
|
"behat/mink": "dev-master@dev",
|
|
"behat/mink-browserkit-driver": "^1.3",
|
|
"behat/mink-extension": "^2.3",
|
|
"behat/mink-goutte-driver": "^1.2",
|
|
"behat/mink-selenium2-driver": "^1.3",
|
|
"behat/symfony2-extension": "^2.1",
|
|
"behatch/contexts": "^3.2",
|
|
"bobdenotter/weatherwidget": "^1.0",
|
|
"bolt/newswidget": "^1.1",
|
|
"coduo/php-matcher": "^4.0",
|
|
"dama/doctrine-test-bundle": "^6.2.0",
|
|
"doctrine/doctrine-migrations-bundle": "^2.1",
|
|
"lakion/mink-debug-extension": "^1.2",
|
|
"php-http/httplug-pack": "^1.2",
|
|
"php-translation/loco-adapter": "^0.11",
|
|
"phpspec/phpspec": "^6.1.1",
|
|
"phpspec/prophecy": "^1.10",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpstan/phpstan-doctrine": "^0.12",
|
|
"phpstan/phpstan-symfony": "^0.12",
|
|
"phpunit/phpunit": "^7.5",
|
|
"roave/security-advisories": "dev-master@dev",
|
|
"symfony/browser-kit": "^4.4",
|
|
"symfony/css-selector": "^4.4",
|
|
"symplify/easy-coding-standard": "^7.2"
|
|
},
|
|
"config": {
|
|
"preferred-install": {
|
|
"*": "dist"
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"extra": {
|
|
"symfony": {
|
|
"allow-contrib": true,
|
|
"require": "^4.4"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Bolt\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Bolt\\Tests\\": "tests/php/",
|
|
"Context\\": "tests/behat/bootstrap/",
|
|
"spec\\Bolt\\": "tests/spec/Bolt/"
|
|
}
|
|
},
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true,
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"@auto-scripts",
|
|
"php bin/console bolt:info"
|
|
],
|
|
"post-update-cmd": [
|
|
"@auto-scripts",
|
|
"php bin/console bolt:info"
|
|
],
|
|
"auto-scripts": {
|
|
"cache:clear": "symfony-cmd",
|
|
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
|
|
},
|
|
"periodical-tasks": [
|
|
"security-checker security:check"
|
|
]
|
|
},
|
|
"replace": {
|
|
"container-interop/container-interop": "*"
|
|
}
|
|
}
|