Skip to content
Snippets Groups Projects
Select Git revision
  • f6cb44b4a64e4081c033e57e962ccf4e06c5aa25
  • main default protected
  • just_for_review
  • 1.0.0
4 results

package-lock.json

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