.doctrine-project.json 900 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "active": true,
  3. "name": "Instantiator",
  4. "slug": "instantiator",
  5. "docsSlug": "doctrine-instantiator",
  6. "codePath": "/src",
  7. "versions": [
  8. {
  9. "name": "1.4",
  10. "branchName": "master",
  11. "slug": "latest",
  12. "upcoming": true
  13. },
  14. {
  15. "name": "1.3",
  16. "branchName": "1.3.x",
  17. "slug": "1.3",
  18. "aliases": [
  19. "current",
  20. "stable"
  21. ],
  22. "maintained": true,
  23. "current": true
  24. },
  25. {
  26. "name": "1.2",
  27. "branchName": "1.2.x",
  28. "slug": "1.2"
  29. },
  30. {
  31. "name": "1.1",
  32. "branchName": "1.1.x",
  33. "slug": "1.1"
  34. },
  35. {
  36. "name": "1.0",
  37. "branchName": "1.0.x",
  38. "slug": "1.0"
  39. }
  40. ]
  41. }