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

12345678910111213141516171819202122
  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": ">=5.5.9",
  12. "illuminate/database": "5.1.x-dev"
  13. },
  14. "require-dev": {
  15. "vlucas/phpdotenv": "~1.0"
  16. },
  17. "autoload": {
  18. "psr-4": {
  19. "Luticate\\": "src/"
  20. }
  21. }
  22. }