8
0
Fork 0
linkmobility-php-client/composer.json

47 Zeilen
1.3 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.9",
"guzzlehttp/guzzle": "~6.2",
"psr/http-message": "~1.0",
"symfony/options-resolver": "^4.4.37",
"phlib/sms-length": "^1.1.0 || ^2.0.0",
"giggsey/libphonenumber-for-php": "^8.12.50",
"ext-json": "*"
},
"require-dev": {
"php": "^7.2",
"phpunit/phpunit" : "^8.0",
"friendsofphp/php-cs-fixer": "^2.0"
},
"autoload": {
"psr-4": {
"D3\\LinkmobilityClient\\": "src",
"D3\\LinkmobilityClient\\Tests\\": "Tests"
}
},
"scripts": {
"test": "phpunit",
"check-style": "./vendor/bin/php-cs-fixer fix --verbose --dry-run",
"fix-style": "./vendor/bin/php-cs-fixer fix --verbose"
}
}