cornernote/base-folder-installer

There is no license information available for the latest version (1.0.1) of this package.

Composer installer to place libraries in the base folder of your project.

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Type:composer-installer

1.0.1 2013-12-26 01:08 UTC

This package is auto-updated.

Last update: 2024-03-19 17:33:06 UTC


README

Composer installer for packages that need to be placed in the base folder of a project.

To use this in your package add the following to your composer.json:

{
	"type": "base-folder",
	"require": {
		"cornernote/base-folder-installer": "dev-master"
	}
}

For more info see: http://getcomposer.org/doc/articles/custom-installers.md