62 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
    "name": "laravel/pint",
 | 
						|
    "description": "An opinionated code formatter for PHP.",
 | 
						|
    "keywords": ["php", "format", "formatter", "lint", "linter"],
 | 
						|
    "homepage": "https://laravel.com",
 | 
						|
    "type": "project",
 | 
						|
    "license": "MIT",
 | 
						|
    "support": {
 | 
						|
        "issues": "https://github.com/laravel/pint/issues",
 | 
						|
        "source": "https://github.com/laravel/pint"
 | 
						|
    },
 | 
						|
    "authors": [
 | 
						|
        {
 | 
						|
            "name": "Nuno Maduro",
 | 
						|
            "email": "enunomaduro@gmail.com"
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "require": {
 | 
						|
        "php": "^8.1.0",
 | 
						|
        "ext-json": "*",
 | 
						|
        "ext-mbstring": "*",
 | 
						|
        "ext-tokenizer": "*",
 | 
						|
        "ext-xml": "*"
 | 
						|
    },
 | 
						|
    "require-dev": {
 | 
						|
        "friendsofphp/php-cs-fixer": "^3.66.0",
 | 
						|
        "illuminate/view": "^10.48.25",
 | 
						|
        "larastan/larastan": "^2.9.12",
 | 
						|
        "laravel-zero/framework": "^10.48.25",
 | 
						|
        "mockery/mockery": "^1.6.12",
 | 
						|
        "nunomaduro/termwind": "^1.17.0",
 | 
						|
        "pestphp/pest": "^2.36.0"
 | 
						|
    },
 | 
						|
    "autoload": {
 | 
						|
        "psr-4": {
 | 
						|
            "App\\": "app/",
 | 
						|
            "Database\\Factories\\": "database/factories/",
 | 
						|
            "Database\\Seeders\\": "database/seeders/"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "autoload-dev": {
 | 
						|
        "psr-4": {
 | 
						|
            "Scripts\\": "scripts/",
 | 
						|
            "Tests\\": "tests/"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "config": {
 | 
						|
        "preferred-install": "dist",
 | 
						|
        "sort-packages": true,
 | 
						|
        "optimize-autoloader": true,
 | 
						|
        "platform": {
 | 
						|
            "php": "8.1.0"
 | 
						|
        },
 | 
						|
        "allow-plugins": {
 | 
						|
            "pestphp/pest-plugin": true
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "minimum-stability": "dev",
 | 
						|
    "prefer-stable": true,
 | 
						|
    "bin": ["builds/pint"]
 | 
						|
}
 |