Skip to content

Commit

Permalink
Bump version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
landrok committed Dec 18, 2023
1 parent bb57c94 commit 25eeae8
Showing 1 changed file with 2 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.6.0",
"version": "0.7.1",
"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.3|^8.0",
"php": "^7.4|^8.0",
"guzzlehttp/guzzle": ">=6.3",
"monolog/monolog": "^1.12|^2.0|^3.0",
"symfony/http-foundation": ">=3.4",
Expand Down

0 comments on commit 25eeae8

Please sign in to comment.