+Add bundle custom repository to your project's `composer.json` file:
+
+```json
+{
+ ...,
+ "repositories": [
+ {
+ "type": "package",
+ "package": {
+ "name": "rapsys/packbundle",
+ "version": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://git.rapsys.eu/packbundle",
+ "reference": "master"
+ },
+ "autoload": {
+ "psr-4": {
+ "Rapsys\\PackBundle\\": ""
+ }
+ }
+ }
+ }
+ ],
+ ...
+}
+```
+
+Then open a command console, enter your project directory and execute: