Skip to content

Instantly share code, notes, and snippets.

View pepa-linha's full-sized avatar
🏠
Working from home

Pepa Linha pepa-linha

🏠
Working from home
  • Prague
View GitHub Profile
@dg
dg / composer-frontline.php
Last active February 13, 2023 14:14
Composer Frontline: Updates all the version constraints of dependencies in the composer.json file to their latest version.
<?php
declare(strict_types=1);
// Updates all the version constraints of dependencies in the composer.json file to their latest version.
//
// usage: composer-frontline.php (updates all Nette packages)
// composer-frontline.php doctrine/* (updates all Doctrine packages)
// composer-frontline.php * (updates all packages)