Skip to content

Commit

Permalink
Bump version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
landrok committed Jul 5, 2023
1 parent e90f5bc commit 61800a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "landrok/activitypub",
"type": "library",
"version": "0.5.8",
"version": "0.6.0",
"description": "A PHP implementation of ActivityPub protocol based upon the ActivityStreams 2.0 data format.",
"keywords": ["ActivityPub", "ActivityStreams", "federation"],
"homepage": "https://github.com/landrok/activitypub",
"license": "MIT",
"require": {
"php": "^7.2|^8.0",
"php": "^7.3|^8.0",
"guzzlehttp/guzzle": ">=6.3",
"monolog/monolog": "^1.12|^2.0|^3.0",
"symfony/http-foundation": ">=3.4",
Expand Down
10 changes: 10 additions & 0 deletions docs/server/server-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,16 @@ $server = new Server([
]);
```

**supported ontologies**

Following ontologies are currently supported:

- peertube
- mastodon
- lemmy
- bookwyrm


This feature needs you. Contributions are very welcome.

[More about ontologies management]({{ site.doc_baseurl }}/activitypub-ontologies-management.html)
Expand Down

0 comments on commit 61800a9

Please sign in to comment.