You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(or `php path/to/libyear.phar <path to project > [-q|--quiet] [-v|--verbose]` for the PHAR version)
42
+
(or `php path/to/libyear.phar <path> [-q|--quiet] [-v|--verbose]` for the PHAR version)
43
43
44
44
Arguments:
45
-
-`path to project`: required, directory containing `composer.json` and `composer.lock` files
46
-
-`-q`, `--quiet`: optional, quiet mode will only output libraries which are not up-to-date (that is, where "Libyears Behind" > 0)
47
-
-`-v`, `--verbose`: optional, verbose mode will output processing details like when a library isn't found in a repository
45
+
-`path`: required, directory containing `composer.json` and `composer.lock` files
46
+
47
+
Options:
48
+
-`-h`, `--help`: show help text and exit without checking dependencies
49
+
-`-q`, `--quiet`: quiet mode will only output libraries which are not up-to-date (that is, where "Libyears Behind" > 0)
50
+
-`-u`, `--update`: update mode will write the latest version info to your `composer.json` file (note that you'll still need to run `composer update` to actually update your local dependencies)
51
+
-`-v`, `--verbose`: verbose mode will output processing details like when a library isn't found in a repository
0 commit comments