Skip to content
Snippets Groups Projects
composer.json 1.49 KiB
Newer Older
  • Learn to ignore specific revisions
  • {
    	"repositories": [
    		{
    			"type": "pear",
    
    	"config": {
    		"platform": {
    
    Christoph Wurst's avatar
    Christoph Wurst committed
    			"php": "7.1"
    
    Christoph Wurst's avatar
    Christoph Wurst committed
    		"php": ">=7.1",
    
    	},
    	"require-dev": {
    
    	"scripts": {
    
    		"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;",
    
    		"phan": "phan --allow-polyfill-parser -k .phan/config.php",
    
    		"test": "phpunit -c tests/phpunit.xml --fail-on-warning",
    		"test:unit": "phpunit -c tests/phpunit.xml tests --fail-on-warning",
    		"test:unit:dev": "phpunit -c tests/phpunit.xml tests --no-coverage --fail-on-warning"