PHP code example of pavelmaksimov25 / packrem-composer-plugin

1. Go to this page and download the library: Download pavelmaksimov25/packrem-composer-plugin 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/ */

    

pavelmaksimov25 / packrem-composer-plugin example snippets


array(4) {
["php"]=>
object(Composer\Package\Link)#21914 (5) {
["source":protected]=>
string(19) "spryker-feature/tax"
["target":protected]=>
string(3) "php"
["constraint":protected]=>
object(Composer\Semver\Constraint\Constraint)#1119 (5) {
["operator":protected]=>
int(4)
["version":protected]=>
string(11) "8.0.0.0-dev"
["prettyString":protected]=>
string(5) ">=8.0"
["lowerBound":protected]=>
NULL
["upperBound":protected]=>
NULL
}
["description":protected]=>
string(8) " "5.14.0.0-dev"
["prettyString":protected]=>
NULL
["lowerBound":protected]=>
NULL
["upperBound":protected]=>
NULL
}
[1]=>
object(Composer\Semver\Constraint\Constraint)#6345 (5) {
["operator":protected]=>
int(1)
["version":protected]=>
string(11) "6.0.0.0-dev"
["prettyString":protected]=>
NULL
["lowerBound":protected]=>
NULL
["upperBound":protected]=>
NULL
}
}
["prettyString":protected]=>
string(7) "^5.14.0"
["string":protected]=>
NULL
["conjunctive":protected]=>
bool(true)
["lowerBound":protected]=>
NULL
["upperBound":protected]=>
NULL
}
["description":protected]=>
string(8) "upperBound":protected]=>
NULL
}
["description":protected]=>
string(8) "yConstraint":protected]=>
string(6) "^1.4.0"
}
}

array(3) {
[1]=>
string(11) "spryker/tax"
[2]=>
string(27) "spryker/tax-product-storage"
[3]=>
string(19) "spryker/tax-storage"
}

array(3) {
[0]=>
string(3) "Tax"
[1]=>
string(17) "TaxProductStorage"
[2]=>
string(10) "TaxStorage"
}