Sfoglia il codice sorgente

composer 增加 catfan/medoo casbin/casbin

visuddhinanda 4 anni fa
parent
commit
f7350f2431
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      composer.json

+ 3 - 1
composer.json

@@ -1,6 +1,8 @@
 {
 {
 	"require": {
 	"require": {
 		"elasticsearch/elasticsearch": "~7.0",
 		"elasticsearch/elasticsearch": "~7.0",
-		"guzzlehttp/guzzle": "7.0"
+		"guzzlehttp/guzzle": "7.0",
+		"catfan/medoo": "^2.1",
+		"casbin/casbin": "^3.9"
 	}
 	}
 }
 }