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

123456789101112131415161718
  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. "laravel/lumen-framework": "5.1.x-dev"
  12. },
  13. "autoload": {
  14. "psr-4": {
  15. "Luticate\\": "src/"
  16. }
  17. }
  18. }