amadeus4dev-examples / amadeus-php

PHP library for the Amadeus Self-Service APIs
https://amadeus4dev-examples.github.io/amadeus-php/
MIT License
11 stars 13 forks source link

fix/update documents #86

Closed xianqiliu closed 2 years ago

xianqiliu commented 2 years ago

✨ fix README.md

  1. add shortcuts for showing the status on GitHub Actions and Packagist Tests Packagist Packagist

  2. add reference link for Composer

  3. remove redundant description on installation because the default value for the SSL setting is true already https://github.com/amadeus4dev/amadeus-php/blob/324073f3ea3a57499b5bb0a15addfdce2f30eb95/README.md?plain=1#L31

  4. add Jump To shortcuts for each part of README

image


🎈 fix .github/CONTRIBUTING.md

  1. fix the wrong command for generating the coverage report in HTML format https://github.com/amadeus4dev/amadeus-php/blob/324073f3ea3a57499b5bb0a15addfdce2f30eb95/.github/CONTRIBUTING.md?plain=1#L23

  2. add the option command for generating the coverage report in text format vendor/bin/phpunit --coverage-text


🤣 fix composer.json

  1. remove the redundant namespace registration on autoload-dev part
tsolakoua commented 2 years ago

Thanks @xianqiliu :)