Download the PHP package modera/foundation without Composer
On this page you can find all versions of the php package modera/foundation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package foundation
Modera Foundation
A monolith repository for Modera Foundation platform.
This project's composer.json is managed in semi-automatic mode by composer-monorepo-plugin plugin, please make sure that you use this plugin when you are making changes to this monolithic repository and before making a commit verify that a proper composer.json is generated and tests pass.
For more details regarding each nested bundle refer to its README.md file.
For more general details see http://modera.org
Contributing to the project
- Before starting to work on your feature make sure that tests pass by running
./phpunit.sh
- Create a "feature branch"
- Write tests/your features, make sure that no tests were broken, commit everything into the feature branch
- Update CHANGELOG to include information regarding work that has been done
- If your changes require some additional work for developers using foundation then also update UPGRADE doc
- Merge your feature branch to master / any release branches (if exist)
Developing in foundation-standard
When you are adding a feature that contains UI code then usually you will want to have a working project where you can
see how well it plays with rest the platform, in order achieve that you use install
foundation-standard, update its composer.json
so it would use
"dev-master" version of modera/foundation
package and run composer update
. Once development version of foundation
has been installed you can go to vendor/modera/foundation
to start working on your feature as described in a previous
section.
All versions of foundation with dependencies
doctrine/orm Version ^2.5
doctrine/doctrine-bundle Version ^2.0
symfony/intl Version ^4.4|^5.0
symfony/validator Version ^4.4|^5.0
symfony/security-bundle Version ^4.4|^5.0
symfony/framework-bundle Version ^4.4|^5.0
knplabs/knp-gaufrette-bundle Version ^0.7
sergeil/extjsintegration-bundle Version ^2.3|^3.0
sergeil/expander-bundle Version ^1.2
imagine/imagine Version ^1.2
twig/twig Version ^2.12|^3.0