theodo / symfony-standard

The "Symfony Standard Edition" distribution
symfony.com
MIT License
0 stars 0 forks source link

Bootstrap commonly used Bundles #1

Open benja-M-1 opened 11 years ago

benja-M-1 commented 11 years ago

Here is a list of bundles, or extensions/libraries we use most of the time and should be added in composer and enabled in the kernel:

List of bundles, extensions, libraries, needed in dev environment:

Plus as phar file:

benja-M-1 commented 11 years ago

What we really need may be custom installers instead http://getcomposer.org/doc/articles/custom-installers.md

benja-M-1 commented 11 years ago

This seams interesting to https://github.com/researchgate/broker

benja-M-1 commented 11 years ago

@marekkalnik suggests that we develop our TheodoRADBundle with dependencies defined inside.

To me it does not change anything as we still have to hack in the composer.json to add/remove dependencies. Unless it contains Composer Scripts/Installers that ask us wich pakage it has to add...