2022-06-20 14:47:33 +02:00
|
|
|
{
|
|
|
|
"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",
|
2022-06-24 16:00:56 +02:00
|
|
|
"beberlei/assert": "^2.9.9",
|
2022-06-20 14:47:33 +02:00
|
|
|
"guzzlehttp/guzzle": "~6.2",
|
|
|
|
"psr/http-message": "~1.0",
|
2022-06-24 16:00:56 +02:00
|
|
|
"symfony/options-resolver": "^4.4.37",
|
2022-06-20 14:47:33 +02:00
|
|
|
"phlib/sms-length": "^1.1.0 || ^2.0.0",
|
2022-06-24 16:00:56 +02:00
|
|
|
"giggsey/libphonenumber-for-php": "^8.12.50",
|
|
|
|
"ext-json": "*"
|
2022-06-20 14:47:33 +02:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|