Skip to content

Commit

Permalink
[PHP] Support PHP 8 and change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatkoverk committed Jun 23, 2021
1 parent f08be91 commit 6d9c955
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "workfront/nats",
"name": "sofascore/nats",
"description": "A nats.io client in PHP",
"type": "library",
"minimum-stability": "dev",
"license": "MIT",
"version": "2.2.3",
"version": "2.2.4",
"require": {
"php": "^7.1"
"php": "^7.1||^8.0"
},
"require-dev": {
"phpunit/phpunit": "5.*",
Expand Down

0 comments on commit 6d9c955

Please sign in to comment.