.doctrine-project.json 702 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "active": true,
  3. "name": "Collections",
  4. "slug": "collections",
  5. "docsSlug": "doctrine-collections",
  6. "versions": [
  7. {
  8. "name": "2.0",
  9. "branchName": "2.0.x",
  10. "slug": "latest",
  11. "upcoming": true
  12. },
  13. {
  14. "name": "1.8",
  15. "branchName": "1.8.x",
  16. "slug": "1.8",
  17. "upcoming": true
  18. },
  19. {
  20. "name": "1.7",
  21. "branchName": "1.7.x",
  22. "slug": "1.7",
  23. "current": true
  24. },
  25. {
  26. "name": "1.6",
  27. "branchName": "1.6.x",
  28. "slug": "1.6",
  29. "maintained": false
  30. }
  31. ]
  32. }