composer.json 655 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "abhimanyu003/conversion",
  3. "description": "Laravel Unit Conversion",
  4. "keywords": [
  5. "laravel", "unit", "measurements", "conversion"
  6. ],
  7. "homepage": "https://github.com/abhimanyu003/conversion",
  8. "license": "MIT",
  9. "authors": [
  10. {
  11. "name": "Abhimanyu Sharma",
  12. "email": "abhimanyusharma003@gmail.com",
  13. "role": "Developer"
  14. }
  15. ],
  16. "require": {
  17. "php": ">=5.4.0",
  18. "illuminate/support": "4.*|~5.0"
  19. },
  20. "autoload": {
  21. "psr-0": {
  22. "Abhimanyu003\\Conversion": "src/"
  23. }
  24. },
  25. "minimum-stability": "stable"
  26. }