JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "composer.json"

Full Path: /var/www/laravel_filter/vendor/spatie/backtrace/composer.json
File size: 1.5 KB
MIME-type: application/json
Charset: utf-8

{
    "name": "spatie/backtrace",
    "description": "A better backtrace",
    "license": "MIT",
    "keywords": [
        "spatie",
        "backtrace"
    ],
    "authors": [
        {
            "name": "Freek Van de Herten",
            "email": "freek@spatie.be",
            "homepage": "https://spatie.be",
            "role": "Developer"
        }
    ],
    "homepage": "https://github.com/spatie/backtrace",
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/spatie"
        },
        {
            "type": "other",
            "url": "https://spatie.be/open-source/support-us"
        }
    ],
    "require": {
        "php": "^7.3 || ^8.0"
    },
    "require-dev": {
        "ext-json": "*",
        "laravel/serializable-closure": "^1.3 || ^2.0",
        "phpunit/phpunit": "^9.3 || ^11.4.3",
        "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1.6",
        "symfony/var-dumper": "^5.1 || ^6.0 || ^7.0"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload": {
        "psr-4": {
            "Spatie\\Backtrace\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Spatie\\Backtrace\\Tests\\": "tests"
        }
    },
    "config": {
        "sort-packages": true
    },
    "scripts": {
        "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
        "psalm": "vendor/bin/psalm",
        "test": "vendor/bin/phpunit",
        "test-coverage": "vendor/bin/phpunit --coverage-html coverage"
    }
}