Browse Source

Adding cakephp/database to the list of composer replace

Jose Lorenzo Rodriguez 11 years ago
parent
commit
aa3387a1ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      composer.json

+ 1 - 0
composer.json

@@ -52,6 +52,7 @@
 		"cakephp/utility": "self.version",
 		"cakephp/core": "self.version",
 		"cakephp/datasource": "self.version",
+		"cakephp/database": "self.version",
 		"cakephp/cache": "self.version",
 		"cakephp/log": "self.version"
 	}