Skip to content

This is used to determine compatibility between a PHP version and a package.

Notifications You must be signed in to change notification settings

jay-biztech/package-compatible-checker

Repository files navigation

Package compatibility checker

Prerequisites

  1. Clone the repository

  2. Set composer.json in root directory

  3. Install the dependency via composer install

  4. You can use this script to check compatibility with PHP.

    1. This script is used to check that the package's latest version is compatible with the PHP version.
      ./package-compatible-checker.sh package_name php_version

    Exmaple:

      ./package-compatible-checker.sh doctrine/dbal 8.2
      ./package-compatible-checker.sh doctrine/dbal 7.4

    image

    1. This script is used to check that the which minimum pacakge version is compatible with the PHP version.
      ./min-package-version-compatible-checker.sh package_name php_version
    1. This script is used to check the minimum version compatible with all packages.
      ./min-packages-version-compatible-checker.sh php_version

    image

About

This is used to determine compatibility between a PHP version and a package.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages