After I upgraded to beta 12. Then I want to upgrade to beta 13 and nothing happens.
The output is:
[root@v1 public_html]# composer update --prefer-dist --no-dev -a --with-all-dependencies
Do not run Composer as root/super user! See https://getcomposer.org/root for details
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.
46 packages you are using are looking for funding.
Use the
composer fundcommand to find out more!
My php flarum info
output:
Flarum core 0.1.0-beta.12
PHP version: 7.1.33
Loaded extensions: Core, date, libxml, openssl, pcre, zlib, filter, hash, pcntl, readline, Reflection, SPL, session, standard, bcmath, bz2, calendar, ctype, curl, dba, dom, enchant, mbstring, fileinfo, ftp, gd, gettext, gmp, iconv, imap, intl, json, ldap, exif, mcrypt, mysqlnd, odbc, PDO, pgsql, Phar, posix, pspell, recode, shmop, SimpleXML, snmp, soap, sockets, sqlite3, sysvmsg, sysvsem, sysvshm, timezonedb, tokenizer, xml, xmlwriter, xsl, zip, mysqli, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, wddx, xmlreader, xmlrpc, igbinary, redis, Zend OPcache
+----------------------+----------------+--------+
| Flarum Extensions | | |
+----------------------+----------------+--------+
| ID | Version | Commit |
+----------------------+----------------+--------+
| flarum-approval | v0.1.0-beta.12 | |
| flarum-bbcode | v0.1.0-beta.12 | |
| flarum-emoji | v0.1.0-beta.12 | |
| flarum-flags | v0.1.0-beta.12 | |
| flarum-likes | v0.1.0-beta.12 | |
| flarum-lock | v0.1.0-beta.12 | |
| flarum-markdown | v0.1.0-beta.12 | |
| flarum-mentions | v0.1.0-beta.12 | |
| flarum-statistics | v0.1.0-beta.12 | |
| flarum-sticky | v0.1.0-beta.12 | |
| flarum-subscriptions | v0.1.0-beta.12 | |
| flarum-suspend | v0.1.0-beta.12 | |
| flarum-tags | v0.1.0-beta.12 | |
| flarum-pusher | v0.1.0-beta.12 | |
| flarum-lang-english | v0.1.0-beta.12 | |
+----------------------+----------------+--------+
Base URL: https://www.cinema.id
Installation path: /home/cinema.id/public_html
Debug mode: off
Btw, my php version is 7.3.17 as I check on my flarum admin dashboard and phpinfo. But when I run php flarum info it says 7.1.33.
Update: I search on this forum and found the solution.
composer update --prefer-dist --no-dev -a --with-all-dependencies --ignore-platform-reqs
Thanks! It's done.