You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021
  1. {
  2. "name": "luticate/utils",
  3. "description": "Luticate user management system utils",
  4. "authors": [
  5. {
  6. "name": "Robin THONI",
  7. "email": "robin@rthoni.com"
  8. }
  9. ],
  10. "require": {
  11. "guzzlehttp/guzzle": "^6.1"
  12. },
  13. "require-dev": {
  14. "phpunit/phpunit": "5.3.*"
  15. },
  16. "autoload": {
  17. "psr-4": {
  18. "Luticate\\": "src/"
  19. }
  20. }
  21. }