Skip to content

Commit

Permalink
Change project info
Browse files Browse the repository at this point in the history
  • Loading branch information
rtio committed Nov 25, 2022
1 parent f30b8f7 commit 045b9fa
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
{
"name": "landrok/activitypub",
"name": "rtio/activitypub-core",
"type": "library",
"version": "0.5.8",
"description": "A PHP implementation of ActivityPub protocol based upon the ActivityStreams 2.0 data format.",
"version": "0.1.0",
"description": "This is a fork from https://github.com/landrok/activitypub.",
"keywords": ["ActivityPub", "ActivityStreams", "federation"],
"homepage": "https://github.com/landrok/activitypub",
"homepage": "https://github.com/rtio/activitypub-core",
"license": "MIT",
"require": {
"php": "^7.2|^8.0",
"guzzlehttp/guzzle": ">=6.3",
"monolog/monolog": "^1.12|^2.0|^3.0",
"symfony/http-foundation": ">=3.4",
"phpseclib/phpseclib": "^3.0.7",
"psr/cache": "^1.0|^2.0|^3.0",
"symfony/cache": ">=4.0"
"php": "^7.2|^8.0"
},
"require-dev": {
"phpunit/phpunit": "*"
Expand Down

0 comments on commit 045b9fa

Please sign in to comment.