composer.json 756 B

123456789101112131415161718192021
  1. {
  2. "name": "caouecs/laravel-lang",
  3. "description": "Languages for Laravel",
  4. "keywords": ["laravel", "languages", "lpm", "lang"],
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "caouecs",
  9. "email": "caouecs@caouecs.net"
  10. }
  11. ],
  12. "suggest": {
  13. "overtrue/laravel-lang": "Command to add languages in your project",
  14. "arcanedev/laravel-lang": "Translations manager and checker for Laravel 5",
  15. "ablunier/laravel-lang-installer": "Command for easily add languages to a Laravel project",
  16. "andrey-helldar/laravel-lang-publisher": "Easy installation and update of translation files for your project"
  17. },
  18. "require-dev": {
  19. "friendsofphp/php-cs-fixer": "^2.10"
  20. }
  21. }