Explorar o código

:octocat: +scripts

codemasher %!s(int64=4) %!d(string=hai) anos
pai
achega
1dff066cc4
Modificáronse 1 ficheiros con 9 adicións e 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
 	}
 }