File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " landrok /activitypub" ,
2
+ "name" : " rtio /activitypub-core " ,
3
3
"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 ." ,
6
6
"keywords" : [" ActivityPub" , " ActivityStreams" , " federation" ],
7
- "homepage" : " https://github.com/landrok /activitypub" ,
7
+ "homepage" : " https://github.com/rtio /activitypub-core " ,
8
8
"license" : " MIT" ,
9
9
"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"
17
11
},
18
12
"require-dev" : {
19
13
"phpunit/phpunit" : " *"
You can’t perform that action at this time.
0 commit comments