Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 6d9c955

Browse files
committed
[PHP] Support PHP 8 and change package name
1 parent f08be91 commit 6d9c955

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "workfront/nats",
2+
"name": "sofascore/nats",
33
"description": "A nats.io client in PHP",
44
"type": "library",
55
"minimum-stability": "dev",
66
"license": "MIT",
7-
"version": "2.2.3",
7+
"version": "2.2.4",
88
"require": {
9-
"php": "^7.1"
9+
"php": "^7.1||^8.0"
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "5.*",

0 commit comments

Comments
 (0)