-
-
Couldn't load subscription status.
- Fork 165
Updating
Serghei Iakovlev edited this page Dec 25, 2016
·
8 revisions
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
We commit Phosphorum's composer.lock (along with composer.json) into GitHub repository.
Having it in the repository assures you that each developer is using the same versions.
This means also that the deployment system always will install the expected versions of dependencies.
This is why after you pulled latest changes from the git repository you have to run:
$ composer install
instead of
$ composer update
The complete command format is suitable for deployment in production:
$ composer install --prefer-dist --no-interaction --no-suggest -o --no-dev
Phosphorum is an open-sourced software licensed under the New BSD License.
© Phalcon Framework Team and contributors