File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Append dependency into composer.json
29
29
...
30
30
"require": {
31
31
...
32
- "duoshuo /php-cassandra": "dev-master "
32
+ "mroosz /php-cassandra": "dev-main "
33
33
}
34
34
...
35
35
```
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " mroosz/php-cassandra-client" ,
2
+ "name" : " mroosz/php-cassandra" ,
3
+ "type" : " library" ,
3
4
"description" : " Cassandra client library for PHP, which supports Protocol v5 and asynchronous requests" ,
4
- "minimum-stability" : " stable" ,
5
5
"keywords" : [
6
6
" cassandra" ,
7
7
" nosql" ,
8
8
" database" ,
9
9
" cql" ,
10
- " driver"
10
+ " driver" ,
11
+ " client"
11
12
],
12
13
"license" : " MIT" ,
13
14
"authors" : [
31
32
"require" : {
32
33
"php" : " >=8.1.0"
33
34
},
35
+ "autoload" : {
36
+ "psr-4" : { "Cassandra\\ " : " src/" }
37
+ },
34
38
"require-dev" : {
35
39
"phpstan/phpstan" : " ^1.9.14" ,
36
40
"phpunit/phpunit" : " ^9.5.28" ,
37
41
"vimeo/psalm" : " ^5.6"
38
42
},
39
- "autoload" : {
40
- "psr-4" : { "Cassandra\\ " : " src/" }
41
- },
42
43
"scripts" : {
43
44
"phpstan" : " vendor/bin/phpstan analyse" ,
44
45
"psalm" : " vendor/bin/psalm --no-cache" ,
You can’t perform that action at this time.
0 commit comments