-
Clone the repository
-
Set composer.json in root directory
-
Install the dependency via composer install
-
You can use this script to check compatibility with PHP.
- 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
- 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
- This script is used to check the minimum version compatible with all packages.
./min-packages-version-compatible-checker.sh php_version
-
Notifications
You must be signed in to change notification settings - Fork 0
jay-biztech/package-compatible-checker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is used to determine compatibility between a PHP version and a package.
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published