composer.json 319 B

12345678910111213141516
  1. {
  2. "name": "fgm/codewars",
  3. "type": "project",
  4. "require-dev": {
  5. "phpunit/phpunit": "8.5.x-dev"
  6. },
  7. "license": "GPL-3",
  8. "authors": [
  9. {
  10. "name": "Frederic G. MARAND",
  11. "email": "fgm@osinet.fr"
  12. }
  13. ],
  14. "minimum-stability": "dev",
  15. "require": {}
  16. }