This package helps you read data in your composer.json file.
You can install the package via composer:
composer require imanghafoori/composer-json
You have to pass the absolute path to the composer.json file to the make method.
$composer = \ImanGhafoori\ComposerJson\ComposerJson::make(__DIR__);
Then you will have access to a handful of methods.
composer test
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.