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

123456789101112131415
  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. "autoload": {
  11. "psr-4": {
  12. "Luticate\\": "src/"
  13. }
  14. }
  15. }