Explorar el Código

:octocat: +scripts

codemasher hace 4 años
padre
commit
1dff066cc4
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      composer.json

+ 9 - 0
composer.json

@@ -48,5 +48,14 @@
 			"chillerlan\\QRCodeTest\\": "tests/",
 			"chillerlan\\QRCodeExamples\\": "examples/"
 		}
+	},
+	"scripts": {
+		"phpunit": "@php vendor/bin/phpunit",
+		"phan": "@php vendor/bin/phan"
+	},
+	"config": {
+		"lock": false,
+		"sort-packages": true,
+		"platform-check": true
 	}
 }