-
-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Description
These are all the dependencies of a fresh Symfony app installed with Symfony Flex:
doctrine/cache dev-master 0da649f Caching library offering an object-oriented API for...
paragonie/random_compat v2.0.10 PHP 5.x polyfill for random_bytes() and random_int(...
psr/cache dev-master 78c5a01 Common interface for caching libraries
psr/container dev-master b7ce3b1 Common Container Interface (PHP FIG PSR-11)
psr/log dev-master 4ebe3a8 Common interface for logging libraries
psr/simple-cache dev-master 753fa59 Common interfaces for simple caching
symfony/cache dev-master c9a100e Symfony Cache component with PSR-6, PSR-16, and tags
symfony/class-loader dev-master 2d60d55 Symfony ClassLoader Component
symfony/config dev-master e068d79 Symfony Config Component
symfony/debug dev-master 105f6a2 Symfony Debug Component
symfony/dependency-injection dev-master fab99da Symfony DependencyInjection Component
symfony/dotenv dev-master 56422dc Registers environment variables from a .env file
symfony/event-dispatcher dev-master 6813d5f Symfony EventDispatcher Component
symfony/filesystem dev-master 8de5137 Symfony Filesystem Component
symfony/finder dev-master 851a876 Symfony Finder Component
symfony/flex dev-fix_configurator f7d1854
symfony/framework-bundle dev-master ea46867 Symfony FrameworkBundle
symfony/http-foundation dev-master 09aebc3 Symfony HttpFoundation Component
symfony/http-kernel dev-master d95c776 Symfony HttpKernel Component
symfony/polyfill-mbstring dev-master e79d363 Symfony polyfill for the Mbstring extension
symfony/polyfill-php56 dev-master 1dd42b9 Symfony polyfill backporting some PHP 5.6+ features...
symfony/polyfill-php70 dev-master 13ce343 Symfony polyfill backporting some PHP 7.0+ features...
symfony/polyfill-util dev-master 746bce0 Symfony utilities for portability of PHP codes
symfony/routing dev-master ad1dd8e Symfony Routing Component
symfony/security-core dev-master f4ca2ed Symfony Security Component - Core Library
symfony/security-csrf dev-master 46ad802 Symfony Security Component - CSRF Library
symfony/stopwatch dev-master 13a61f2 Symfony Stopwatch Component
symfony/yaml dev-master bd17d50 Symfony Yaml Component
One of the main goals for Symfony 4 is to be as minimal as possible, so I don't know why these are installed:
-
doctrine/cache
(required bysymfony/framework-bundle
), see [FrameworkBundle] Remove dependency on Doctrine cache symfony#23131 -
symfony/security-core
andsymfony/security-csrf
(required bysymfony/framework-bundle
), see [FrameworkBundle] remove Security deps from the require section symfony#22715 -
symfony/polyfill-php56
(required bysymfony/security-*
) -
symfony/polyfill-php70
(required bysymfony/security-csrf
) -
symfony/polyfill-util
(required bysymfony/security-core
andsymfony/polyfill-php56
) -
symfony/stopwatch
(required bysymfony/framework-bundle
) -
symfony/class-loader
(required bysymfony/framework-bundle
) -
paragonie/random_compat
(required bysymfony/polyfill-php70
)
Metadata
Metadata
Assignees
Labels
No labels