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.

composer.json 520B

123456789101112131415161718192021222324
  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. "nikic/fast-route": "^1.0",
  13. "nesbot/carbon": "^1.21",
  14. "cboden/ratchet": "^0.3.5"
  15. },
  16. "require-dev": {
  17. "phpunit/phpunit": "5.3.*"
  18. },
  19. "autoload": {
  20. "psr-4": {
  21. "Luticate\\": "src/"
  22. }
  23. }
  24. }