linkmobility-php-client/composer.json

44 lines
1.2 KiB
JSON

{
"name": "d3/linkmobility-php-client",
"type": "library",
"description": "PHP client for Linkmobility API (de)",
"keywords": [
"linkmobility",
"php",
"sms",
"sms gateway"
],
"homepage": "https://d3data.de/",
"authors": [
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "https://www.d3data.de",
"role": "Owner"
}
],
"require": {
"php": "^7.0",
"beberlei/assert": "^2.9",
"guzzlehttp/guzzle": "~6.2",
"psr/http-message": "~1.0",
"symfony/options-resolver": "^3.0|^4.0",
"phlib/sms-length": "^1.1.0 || ^2.0.0",
"giggsey/libphonenumber-for-php": "^8.12"
},
"require-dev": {
"phpunit/phpunit" : "~5.7||~6.0",
"friendsofphp/php-cs-fixer": "^2.0"
},
"autoload": {
"psr-4": {
"D3\\LinkmobilityClient\\": "src"
}
},
"scripts": {
"test": "phpunit",
"check-style": "./vendor/bin/php-cs-fixer fix --verbose --dry-run",
"fix-style": "./vendor/bin/php-cs-fixer fix --verbose"
}
}