![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/medad.corals.io/vendor/beste/json/ |
{ "name": "beste/json", "type": "library", "description": "A simple JSON helper to decode and encode JSON", "license": "MIT", "authors": [ { "name": "Jérôme Gamez", "email": "[email protected]" } ], "require": { "php": "~7.4.0 || ~8.0.0 || ~8.1.0", "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "^9.5.13" }, "autoload": { "files": [ "src/Json.php" ] }, "autoload-dev": { "psr-4": { "Beste\\Json\\Tests\\": "tests" } }, "config": { "sort-packages": true }, "scripts": { "install-tools": [ "composer update --working-dir=tools/phpstan", "composer update --working-dir=tools/psalm" ], "clean": "rm -rf .build && mkdir .build", "phpstan": "tools/phpstan/vendor/bin/phpstan analyse", "phpunit": "vendor/bin/phpunit", "psalm": "tools/psalm/vendor/bin/psalm", "tests": [ "@phpstan", "@psalm", "@phpunit" ] }, "scripts-descriptions": { "clean": "Recreates ", "phpstan": "Runs static analysis with PHPStan", "phpunit": "Runs tests with PHPUnit", "psalm": "Runs static analysis with Psalm", "tests": "Runs static analysis and test suites" } }