404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.149.244.79: ~ $
{
    "name": "beste/json",
    "type": "library",
    "description": "A simple JSON helper to decode and encode JSON",
    "keywords": ["json", "helper"],
    "license": "MIT",
    "authors": [
        {
            "name": "Jérôme Gamez",
            "email": "jerome@gamez.name"
        }
    ],
    "require": {
        "php": "~8.1.0 || ~8.2.0",
        "ext-json": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5.26"
    },
    "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 the build/cache directory",
        "phpstan": "Runs static analysis with PHPStan",
        "phpunit": "Runs tests with PHPUnit",
        "psalm": "Runs static analysis with Psalm",
        "tests": "Runs static analysis and test suites"
    }
}

Filemanager

Name Type Size Permission Actions
.github Folder 0755
src Folder 0755
tools Folder 0755
CHANGELOG.md File 450 B 0644
LICENSE File 1.1 KB 0644
README.md File 1.33 KB 0644
composer.json File 1.43 KB 0644
phpunit.xml.dist File 576 B 0644