-
-
Couldn't load subscription status.
- Fork 165
Updating
Changes to the database that you need to make if your Phosphorum version is...
- Older than 2.0.0:
schemas/upgrade-to-2.0.0.sql - Older than 2.0.1:
schemas/upgrade-to-2.0.1.sql - Older than 3.3.0:
schemas/upgrade-to-3.3.0.sql
Phosphorum's composer.lock file (along with composer.json) are committed to the GitHub repository.
Having it in the repository ensures that each developer is using the same versions as the rest. Therefore, the development environment, for each developer, will always install the correct dependencies and versions of.
After you pulled latest changes from the git repository you will have to run:
# The Right Way
$ composer installinstead of
# The Wrong Way
$ composer updateThe following command needs to be executed for production environments:
$ composer install --prefer-dist --no-interaction --no-suggest -o --no-devPhosphorum is an open-sourced software licensed under the New BSD License.
© Phalcon Framework Team and contributors