Browse Source

Adding a replace map in the main composer.json

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

+ 3 - 0
composer.json

@@ -38,5 +38,8 @@
 		"psr-4": {
 			"Cake\\Test\\": "tests"
 		}
+	},
+	"replace": {
+		"cakephp/collection": "self.version"
 	}
 }