<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 09.08.2015 17:37, Hugues Peccatte
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAO+1dzRMD49R=0mRmhhLRCtM_5iPiEqenny-AtPfFvegOk_9Kw@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi,
        <div><br>
        </div>
        <div>I noticed that PHPCS is not loaded by our composer file. Is
          there any reason for this please?</div>
        <div>How do you load it on your dev environments?</div>
        <div><br>
        </div>
        <div>I used to have it from PEAR from xampp, but on my new dev
          environment, I use uWamp and don't have PEAR. Do you see any
          objection to add it to require-dev section please?</div>
        <div><br>
        </div>
        <div>Thanks,</div>
        <div>H.</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Developers@phpmyadmin.net">Developers@phpmyadmin.net</a>
<a class="moz-txt-link-freetext" href="http://lists.phpmyadmin.net/mailman/listinfo/developers">http://lists.phpmyadmin.net/mailman/listinfo/developers</a>
</pre>
    </blockquote>
    Hello,<br>
    <br>
    I am using Composer to install PHP_CodeSniffer. All I need to do is
    run `
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    composer global require "squizlabs/php_codesniffer=*"` and make sure
    that I have the correct folder in my PATH environment variable. That
    is simple as possible and I can use it anywhere I want.<br>
    <br>
    I believe that for some developers, including it in `require-dev`
    section would make their job easier.<br>
    <br>
    Best regards,<br>
    Dan Ungureanu<br>
  </body>
</html>