Skip to content
Snippets Groups Projects
Select Git revision
  • c047350165c9a33c99af5444a48b990eb91286c6
  • main default protected
  • revert-ffead0bd
  • feature/init
  • 1.1.8
  • 1.1.7
  • 1.1.6
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.2
  • 1.0.2-beta3
  • 1.0.2-beta2
  • 1.0.2-beta1
  • 1.0.1
  • 1.0.1-beta4
  • 1.0.1-beta3
  • 1.0.1-beta2
  • 1.0.1-beta1
  • 1.0.0
  • 1.0.0-beta6
24 results

popup.css

Blame
  • 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"
    			]
    		}
    	}
    }