// composer.json
{
"require": {
"php": "^7.2.5",
"ext-ctype": "*",
"ext-iconv": "*",
"composer/package-versions-deprecated": "^1.11", // 1.11.99
"knplabs/knp-markdown-bundle": "^1.8", // 1.8.1
"sensio/framework-extra-bundle": "^5.5", // v5.5.4
"sentry/sentry-symfony": "^3.4", // 3.4.4
"symfony/asset": "5.0.*", // v5.0.8
"symfony/console": "5.0.*", // v5.0.8
"symfony/debug-bundle": "5.0.*", // v5.0.8
"symfony/dotenv": "5.0.*", // v5.0.8
"symfony/flex": "^1.3.1", // v1.9.10
"symfony/framework-bundle": "5.0.*", // v5.0.8
"symfony/monolog-bundle": "^3.0", // v3.5.0
"symfony/profiler-pack": "*", // v1.0.4
"symfony/twig-pack": "^1.0", // v1.0.0
"symfony/var-dumper": "5.0.*", // v5.0.8
"symfony/webpack-encore-bundle": "^1.7", // v1.7.3
"symfony/yaml": "5.0.*" // v5.0.8
},
"require-dev": {
"symfony/maker-bundle": "^1.15", // v1.15.0
"symfony/profiler-pack": "^1.0" // v1.0.4
}
}
This is the tutorial that unlocks your true Symfony 5 potential. How? By talking about what's at the core of Symfony: services, config & environments. These are the tools you'll need to take on any challenge with Symfony:
By the end, you'll see truly understand the fundamentals behind how any part of Symfony works. Need to use a new feature? You'll be ready!
Let's go!