PHP code example of beapi / composer-plugin-dependency-shield

1. Go to this page and download the library: Download beapi/composer-plugin-dependency-shield library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

beapi / composer-plugin-dependency-shield example snippets

bash
composer config platform.php 7.0
composer dependency-shield
composer config --unset platform.php