This is where your description should go. Take a look at contributing.md to see a to do list.
composer.json
Within our project’s composer.json file we need to define a new property (assuming it doesn’t exist already) named “repositories“. The value of the repositories property is an array of objects. Each object containing information about the repository we want to include in our project.
"ahmetaksoy/hyperquest": {
"type": "vcs",
"url": "https://github.com/ahmetaksoy/hyperquest"
},
Via Composer
$ composer require ahmetaksoy/hyperquest
Please see the changelog for more information on what has changed recently.
$ composer test
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email author email instead of using the issue tracker.
license. Please see the license file for more information.