Skip to content

Commit 045b9fa

Browse files
committed
Change project info
1 parent f30b8f7 commit 045b9fa

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

composer.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
{
2-
"name": "landrok/activitypub",
2+
"name": "rtio/activitypub-core",
33
"type": "library",
4-
"version": "0.5.8",
5-
"description": "A PHP implementation of ActivityPub protocol based upon the ActivityStreams 2.0 data format.",
4+
"version": "0.1.0",
5+
"description": "This is a fork from https://github.com/landrok/activitypub.",
66
"keywords": ["ActivityPub", "ActivityStreams", "federation"],
7-
"homepage": "https://github.com/landrok/activitypub",
7+
"homepage": "https://github.com/rtio/activitypub-core",
88
"license": "MIT",
99
"require": {
10-
"php": "^7.2|^8.0",
11-
"guzzlehttp/guzzle": ">=6.3",
12-
"monolog/monolog": "^1.12|^2.0|^3.0",
13-
"symfony/http-foundation": ">=3.4",
14-
"phpseclib/phpseclib": "^3.0.7",
15-
"psr/cache": "^1.0|^2.0|^3.0",
16-
"symfony/cache": ">=4.0"
10+
"php": "^7.2|^8.0"
1711
},
1812
"require-dev": {
1913
"phpunit/phpunit": "*"

0 commit comments

Comments
 (0)