Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 494 Bytes

File metadata and controls

20 lines (14 loc) · 494 Bytes

The Filesystem Package Build Status

Installation via Composer

Add "joomla/filesystem": "~1.0" to the require block in your composer.json and then run composer install.

{
	"require": {
		"joomla/filesystem": "~1.0"
	}
}

Alternatively, you can simply run the following from the command line:

composer require joomla/filesystem "~1.0"