Skip to content
Xavier ALUNDA edited this page Jun 5, 2018 · 2 revisions

Usage

Add repository to composer.json

"repositories": [
	{
		"url": "https://github.com/xalunda/framework",
		"type": "vcs"
	}
]

Add repository to required packages

"require": {
	"xabi/framework": "~0.2"
}
Clone this wiki locally