composer.json 356 B

123456789101112131415
  1. {
  2. "name": "tripal",
  3. "description": "Tripal is an toolkit to facilitate construction of online genomic, genetic (and other biological) websites.",
  4. "require-dev": {
  5. "doctrine/instantiator": "1.0.*",
  6. "statonlab/tripal-test-suite": "1.*"
  7. },
  8. "autoload": {
  9. "files": [
  10. "tests/TripalFieldTestHelper.php"
  11. ]
  12. },
  13. "require": {
  14. }
  15. }