ThinkPHP V6.0.5 version released-Composer2.0 compatible

V6.0.5 is released. This version is a special updated version for compatibility with Composer2. It also improves the cache tag mechanism and high concurrency support for file caching.

Official announcement: The  TP official service market is about to usher in the first Double Eleven event after its launch . Some products will be as low as 10% off!

In view of the Composer2official release, the official conducted a compatibility test for the first time, and found that composer/installed.jsonthe ThinkPHP6.0 extension installation error was caused by the format change. Therefore, the compatible version was released in time to ensure that everyone can experience Composer2the superior performance. I hope everyone will embrace Composerit as soon as possible . Hug ThinkPHP6(ThinkPHP5.* version is not dependent Composer, so no need to update).

Major update:

  • Fix the append method of verification class
  • Improved cache tag mechanism
  • Improve the use of request objects in closure routing
  • Improve file cache driver
  • Composer 2.0 compatible

Install and update

V6At the beginning of the version, only Composerinstallation and update are supported, and the seamless update of the previous version is supported. Use directly

composer update

Just update to the latest version.

If you need a fresh installation, use:

composer create-project topthink/think tp

Official document

2020 OSC Open Source Project Selection

If you think ThinkPHP is helpful to you, welcome to vote for ThinkPHP in the 2020 OSC China Open Source Project Selection !

Guess you like

Origin www.oschina.net/news/119483/thinkphp-6-0-5-released