You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ShippingRates/composer.json

21 lines
423 B
JSON

10 years ago
{
"name": "pdt256/shipping",
"description": "Shipping Rate API",
"license": "MIT",
"keywords": ["ship", "ups", "usps", "fedex"],
"authors": [
{
"name": "Jamie Isaacs",
"email": "pdt256@gmail.com"
}
],
"require-dev": {
"phpunit/phpunit": "4.0.*"
},
"autoload": {
"psr-4": {
"pdt256\\Shipping\\": "src"
}
}
}