Vincent's blog

composer bump

Composer 2.4 introduces a new command, bump, which increases the requirements listed in composer.json to the currently installed version numbers.

{
   "require": {
-        "phpunit/phpunit": "^9.4"
+        "phpunit/phpunit": "^9.5.20"
   }
}

#composer #php