Skip to content

Commit c55dc7a

Browse files
Merge pull request #39 from utopia-php/feat-remove-detector
Remove Detector from VCS repo
2 parents 1a8d280 + a0621cb commit c55dc7a

File tree

18 files changed

+2
-855
lines changed

18 files changed

+2
-855
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This is also important for the Utopia-php lead developers to be able to give tec
7878

7979
## Adding A New Adapter
8080

81-
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.
81+
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.
8282

8383
## Other Ways to Help
8484

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -73,22 +73,6 @@ VCS Adapters:
7373
| Bitbucket | |
7474
| Azure DevOps | |
7575

76-
Detector Adapters:
77-
78-
| Adapter | Status |
79-
|---------|---------|
80-
| CPP ||
81-
| Dart ||
82-
| Deno ||
83-
| Dotnet ||
84-
| Java ||
85-
| JavaScript ||
86-
| PHP ||
87-
| Python ||
88-
| Ruby ||
89-
| Swift ||
90-
| Bun ||
91-
9276
`✅ - supported, 🛠 - work in progress`
9377

9478
## System Requirements

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
},
1919
"autoload": {
2020
"psr-4": {
21-
"Utopia\\VCS\\": "src/VCS",
22-
"Utopia\\Detector\\": "src/Detector"
21+
"Utopia\\VCS\\": "src/VCS"
2322
}
2423
},
2524
"autoload-dev": {

docs/add-new-detector-adapter.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

src/Detector/Adapter.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/Detector/Adapter/Bun.php

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/Detector/Adapter/CPP.php

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/Detector/Adapter/Dart.php

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/Detector/Adapter/Deno.php

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)