C:\wamp\www\Test>composer update --prefer-dist --no-dev -o --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Nothing to install or update
Generating optimized autoload files
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run ".\vendor\bin\upgrade-carbon" to get help in updating carbon and other frameworks and libraries that depend on it.
C:\wamp\www\Test>php flarum migrate
Migrating Flarum...
Migrated: 2018_01_11_093900_change_access_tokens_columns
Migrated: 2018_01_11_094000_change_access_tokens_add_foreign_keys
Migrated: 2018_01_11_095000_change_api_keys_columns
In Connection.php line 664:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'registration_tokens' already exists (SQL: rename ta
ble auth_tokens
to registration_tokens
)
In PDOStatement.php line 119:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'registration_tokens' already exists
In PDOStatement.php line 117:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'registration_tokens' already exists
migrate
C:\wamp\www\Test>php flarum cache:clear
Clearing the cache...
C:\wamp\www\Test>