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
// Make sure /usr/local/bin/box in your $PATH env, or put `box` into any path in$PATH env that you want
@@ -67,4 +67,5 @@ Box needs a Github Access Token to request github api, to retrieve the versions
67
67
-`box php <argument>` to run any PHP command via current PHP version of box
68
68
-`box composer <argument>` to run any Composer command via box, the version of the composer bin depends on the last executed `get composer` command
69
69
-`box php-cs-fixer <argument>` to run any php-cs-fixer command via box, the version of the composer bin depends on the last executed `get php-cs-fixer` command
70
+
-`box cs-fix <argument>` to run `php-cs-fix fix` command via box, the version of the composer bin depends on the last executed `get php-cs-fixer` command
70
71
-`box version` to dump the current version of the box bin
0 commit comments