composer.json 274 B

12345678910
  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. "require": {
  9. }
  10. }