Sfoglia il codice sorgente

:octocat: remove "examples" namespace

smiley 3 anni fa
parent
commit
ff73364e83
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      composer.json

+ 1 - 2
composer.json

@@ -53,8 +53,7 @@
 	},
 	"autoload-dev": {
 		"psr-4": {
-			"chillerlan\\QRCodeTest\\": "tests/",
-			"chillerlan\\QRCodeExamples\\": "examples/"
+			"chillerlan\\QRCodeTest\\": "tests/"
 		}
 	},
 	"scripts": {