Skip to content

Instantly share code, notes, and snippets.

@St0iK
Created March 29, 2018 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save St0iK/8259e7046f35c3f8d4f147b91eaf3934 to your computer and use it in GitHub Desktop.
Save St0iK/8259e7046f35c3f8d4f147b91eaf3934 to your computer and use it in GitHub Desktop.
Composer Path Package - Building Symfony Bundle locally
"repositories": [
{
"type": "path",
"url": "/../../LoremIpsumBundle"
}
]
@St0iK
Copy link
Author

St0iK commented Mar 29, 2018

composer require knpuniversity/lorem-ipsum-bundle:*@dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment