1
0

composer.json 447 B

123456789101112131415161718192021
  1. {
  2. "name": "osinet/sort",
  3. "description": "A collection of sort implementations",
  4. "license": "GPL-3.0+",
  5. "authors": [
  6. {
  7. "name": "Frederic G. MARAND",
  8. "email": "fgm@osinet.fr"
  9. }
  10. ],
  11. "minimum-stability": "dev",
  12. "require": {
  13. "phpunit/phpunit": "*",
  14. "brianium/paratest": "dev-master"
  15. },
  16. "autoload": {
  17. "psr-0": {
  18. "OSInet\\Sort": "../.."
  19. }
  20. }
  21. }