Skip to content
Snippets Groups Projects
Select Git revision
  • fcc76b779dd7428a97f1ae41793c27b6454b975a
  • main default protected
  • 1.2.1
  • 1.2.0
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.0
10 results

composer.json

Blame
  • This project manages its dependencies using Composer. Learn more
    composer.json 698 B
    {
    	"name": "wpdesk/phpstan-rules",
    	"description": "Meta package with PHPStan configuration for WP Desk projects",
    	"type": "phpstan-extension",
    	"require": {
    		"phpstan/phpstan": "^1.10 || ^2",
    		"phpstan/extension-installer": "^1.3",
    		"szepeviktor/phpstan-wordpress": "^1.3 || ^2",
    		"phpstan/phpstan-deprecation-rules": "^1.1 || ^2",
    		"php-stubs/woocommerce-stubs": "*",
    		"phpstan/phpstan-strict-rules": "^1.5 || ^2"
    	},
    	"license": "MIT",
    	"authors": [
    		{
    			"name": "Bart Jaskulski",
    			"email": "bjaskulski@protonmail.com"
    		}
    	],
    	"config": {
    		"allow-plugins": {
    			"phpstan/extension-installer": false
    		}
    	},
    	"extra": {
    		"phpstan": {
    			"includes": [
    				"rules.neon"
    			]
    		}
    	}
    }