Giter Club home page Giter Club logo

php-quality-tools's People

Contributors

daniel-werner avatar filigor94 avatar jotasprout avatar kkarol012 avatar krlv avatar tspencer244 avatar zarunet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

php-quality-tools's Issues

Check and update the dependecies

Check for new versions of the following dependencies used in this project, and update them in the composer.json accordingly:

    "friendsofphp/php-cs-fixer",
    "phpmd/phpmd",
    "phpstan/phpstan",
    "squizlabs/php_codesniffer"

Please also check the default config files if they are compatible with the updated packages.

Check and update the dependecies

Check for new versions of the following dependencies used in this project, and update them in the composer.json accordingly:

    "friendsofphp/php-cs-fixer": "^2.15",
    "phpmd/phpmd": "^2.7",
    "phpstan/phpstan": "^0.12.7",
    "squizlabs/php_codesniffer": "^3.5"

Please also check the default config files if they are compatible with the updated packages.

Remove "vendor/bin" from the scripts paths

According to the Composer documentation:

Note: Before executing scripts, Composer's bin-dir is temporarily pushed on top of the PATH environment variable so that binaries of dependencies are easily accessible.

Given this, scripts such as

"inspect": [
    "vendor/bin/phpcs src",
    "vendor/bin/phpstan analyze src"
],

could be rewritten as

"inspect": [
    "phpcs src",
    "phpstan analyze src"
],

This would allow better portability - given that the currently shipped scripts fail on Windows, due to it's horrific handling of directory separators

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.