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 583B

1234567891011121314151617181920212223242526
  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. "php": "7.0.*",
  12. "guzzlehttp/guzzle": "^6.1",
  13. "nikic/fast-route": "^1.0",
  14. "nesbot/carbon": "^1.21",
  15. "cboden/ratchet": "^0.3.5",
  16. "illuminate/database": "^5.2"
  17. },
  18. "require-dev": {
  19. "phpunit/phpunit": "5.3.*"
  20. },
  21. "autoload": {
  22. "psr-4": {
  23. "Luticate\\": "src/"
  24. }
  25. }
  26. }