I want to use that feature in order to set dependencies right via web interface.
I have found in Using Phar Archives: Introduction tutorial that it's possible to do next:
<?php
include 'composer.phar';
?>
But i get next error when trying to do same:
phar "/var/www/.../composer.phar" is API version 0.0.0, and cannot be processed
#0 /var/www/.../composer.phar(13): Phar::mapPhar('composer.phar')
...
My phpinfo output shows next information:
Phar EXT version 2.0.1, Phar API version 1.1.1