Skip to content

amnuts/php-compatibility-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

This repo provides an easy way to run the phpcompatibility/php-compatibility tool against any directory/project without having to update the dependencies there. This is handy if you have a lot of projects you might need to check for any issues when going to PHP 8.2.

First build the docker image:

docker build -t php-compatibility-checker .

Then you can use the runon script to start the the check on the docker container. The path supplied can be relative or absolute, and works to check that single location for all the PHP files not excluded by the ignore rules in the script:

./runon.sh ../../path/to/your/php/files

or:

./runon.sh /path/to/your/php/files

About

A simple docker container and script to check the compatibility of code with PHP 8.2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published