Php versions – Include PHP PHAR without .phar extension
I'm having trouble including a PHAR into my application bootstrapping code. I'm attempting to include the phpunit/phpunit PHAR to have the PHPUnit classes available in my application. Given I have the following directory structure: /path/to/code/ app.php phpunit Where phpunit is…