Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This is also important for the Utopia-php lead developers to be able to give tec

## Adding A New Adapter

You can follow our [Adding new VCS Adapter](docs/add-new-vcs-adapter.md) tutorial to add a new VCS adapter like GitLab, Bitbucket etc. and [Adding new Detector Adapter](docs/add-new-detector-adapter.md) tutorial to add new detector support in this library.
You can follow our [Adding new VCS Adapter](docs/add-new-vcs-adapter.md) tutorial to add a new VCS adapter like GitLab, Bitbucket etc. in this library.

## Other Ways to Help

Expand Down
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,6 @@ VCS Adapters:
| Bitbucket | |
| Azure DevOps | |

Detector Adapters:

| Adapter | Status |
|---------|---------|
| CPP | ✅ |
| Dart | ✅ |
| Deno | ✅ |
| Dotnet | ✅ |
| Java | ✅ |
| JavaScript | ✅ |
| PHP | ✅ |
| Python | ✅ |
| Ruby | ✅ |
| Swift | ✅ |
| Bun | ✅ |

`✅ - supported, 🛠 - work in progress`

## System Requirements
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
},
"autoload": {
"psr-4": {
"Utopia\\VCS\\": "src/VCS",
"Utopia\\Detector\\": "src/Detector"
"Utopia\\VCS\\": "src/VCS"
}
},
"autoload-dev": {
Expand Down
69 changes: 0 additions & 69 deletions docs/add-new-detector-adapter.md

This file was deleted.

29 changes: 0 additions & 29 deletions src/Detector/Adapter.php

This file was deleted.

52 changes: 0 additions & 52 deletions src/Detector/Adapter/Bun.php

This file was deleted.

52 changes: 0 additions & 52 deletions src/Detector/Adapter/CPP.php

This file was deleted.

52 changes: 0 additions & 52 deletions src/Detector/Adapter/Dart.php

This file was deleted.

52 changes: 0 additions & 52 deletions src/Detector/Adapter/Deno.php

This file was deleted.

Loading