1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2025-02-20 09:54:16 +01:00

Add composer require command for a more streamlined install

This commit is contained in:
Marco Rivadeneyra 2016-03-09 08:29:21 -06:00
parent 16a546f5cd
commit 16ea141afc

View File

@ -56,6 +56,8 @@ Just add this to your `composer.json` file (change the version by the release yo
Then run `composer install` or `composer update`.
Or just run `composer require "rlanvin/php-rrule" "1.*"` for it to be automatically installed and included in your `composer.json`
Now you can use the autoloader, and you will have access to the library:
```php