Skip to content

Commit d1ceb95

Browse files
committed
Update composer.json and README.md
1 parent 9fa28c9 commit d1ceb95

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Append dependency into composer.json
2929
...
3030
"require": {
3131
...
32-
"duoshuo/php-cassandra": "dev-master"
32+
"mroosz/php-cassandra": "dev-main"
3333
}
3434
...
3535
```

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
2-
"name": "mroosz/php-cassandra-client",
2+
"name": "mroosz/php-cassandra",
3+
"type": "library",
34
"description": "Cassandra client library for PHP, which supports Protocol v5 and asynchronous requests",
4-
"minimum-stability": "stable",
55
"keywords" : [
66
"cassandra",
77
"nosql",
88
"database",
99
"cql",
10-
"driver"
10+
"driver",
11+
"client"
1112
],
1213
"license": "MIT",
1314
"authors": [
@@ -31,14 +32,14 @@
3132
"require": {
3233
"php": ">=8.1.0"
3334
},
35+
"autoload": {
36+
"psr-4": { "Cassandra\\": "src/" }
37+
},
3438
"require-dev": {
3539
"phpstan/phpstan": "^1.9.14",
3640
"phpunit/phpunit": "^9.5.28",
3741
"vimeo/psalm": "^5.6"
3842
},
39-
"autoload": {
40-
"psr-4": { "Cassandra\\": "src/" }
41-
},
4243
"scripts": {
4344
"phpstan": "vendor/bin/phpstan analyse",
4445
"psalm": "vendor/bin/psalm --no-cache",

0 commit comments

Comments
 (0)