minor updates

This commit is contained in:
tracer 2022-10-08 10:42:03 +02:00
parent 552eeb0c25
commit b554c751ae
2 changed files with 852 additions and 191 deletions

View File

@ -1,48 +1,53 @@
{ {
"name": "tracer/bindapi", "name": "tracer/bindapi",
"decription": "fo", "decription": "fo",
"authors": [ "authors": [
{ {
"name": "Micha Espey", "name": "Micha Espey",
"email": "tracer@24unix.net" "email": "tracer@24unix.net"
} }
], ],
"type": "project", "type": "project",
"license": "proprietary", "license": "proprietary",
"minimum-stability": "stable", "minimum-stability": "stable",
"prefer-stable": true, "prefer-stable": true,
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"ext-curl": "*", "ext-curl": "*",
"ext-json": "*", "ext-json": "*",
"ext-pdo": "*", "ext-mbstring": "*",
"arubacao/tld-checker": "^1.2", "ext-openssl": "*",
"monolog/monolog": "^3.1", "ext-pdo": "*",
"php-di/php-di": "^6.3", "ext-posix": "*",
"phplucidframe/console-table": "^1.2", "ext-sodium": "*",
"zircote/swagger-php": "^4.2", "arubacao/tld-checker": "^1.2",
"ext-posix": "*", "monolog/monolog": "^3.1",
"ext-openssl": "*" "netresearch/jsonmapper": "^4.0",
}, "php-di/php-di": "^6.3",
"config": { "phplucidframe/console-table": "^1.2",
"optimize-autoloader": true, "symfony/property-access": "^6.1",
"preferred-install": { "symfony/serializer": "^6.1",
"*": "dist" "zircote/swagger-php": "^4.2"
}, },
"sort-packages": true "config": {
"optimize-autoloader": true,
"preferred-install": {
"*": "dist"
}, },
"autoload": { "sort-packages": true
"psr-4": { },
"App\\": "src/" "autoload": {
} "psr-4": {
}, "App\\": "src/"
"autoload-dev": { }
"psr-4": { },
"Src\\": "src/" "autoload-dev": {
} "psr-4": {
}, "Src\\": "src/"
"require-dev": { }
"escapestudios/symfony2-coding-standard": "3.x-dev", },
"phpunit/phpunit": "^9.5" "require-dev": {
} "escapestudios/symfony2-coding-standard": "3.x-dev",
"phpunit/phpunit": "^9.5"
}
} }

948
composer.lock generated

File diff suppressed because it is too large Load Diff