{ "name": "d3/linkmobility-php-client", "type": "library", "description": "PHP client for LINK Mobility Austria API", "keywords": [ "LINK Mobility", "php", "sms", "message gateway" ], "homepage": "https://d3data.de/", "authors": [ { "name": "D3 Data Development (Inh. Thomas Dartsch)", "email": "info@shopmodule.com", "homepage": "https://www.d3data.de", "role": "Owner" } ], "license": [ "GPL-3.0-or-later" ], "require": { "php": "^7.0 || ^8.0", "beberlei/assert": "^2.9.9", "guzzlehttp/guzzle": "~6.2 || ^7.4", "psr/http-message": "~1.0", "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" } }