Composer update

This commit is contained in:
danpros 2020-05-05 08:06:22 +07:00
commit e5265527db
157 changed files with 9808 additions and 1594 deletions

View file

@ -1,10 +1,13 @@
To install URLify, you can add it as a dependency ar by downloading the composer.phar executable.
To install URLify, you can add it as a dependency by downloading Composer, the PHP package manager.
$ curl -s http://getcomposer.org/installer | php
`$ curl -s http://getcomposer.org/installer | php`
and run install
Then run this command to install Composer:
$ php composer.phar install
`$ php composer.phar install`
For more details, see http://getcomposer.org.
For more details, see https://getcomposer.org/
Then run this command to install the URLify library:
`$ composer require jbroadway/urlify`