File tree Expand file tree Collapse file tree 2 files changed +330
-1084
lines changed Expand file tree Collapse file tree 2 files changed +330
-1084
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " Appwrite PHP library for generating API SDKs for multiple programming languages and platforms" ,
4
4
"type" : " library" ,
5
5
"license" : " MIT" ,
6
- "minimum-stability" : " dev" ,
7
6
"prefer-stable" : true ,
8
- "authors" : [
9
- {
10
- "name" : " Eldad Fux" ,
11
-
12
- }
13
- ],
14
7
"scripts" : {
15
8
"test" : " vendor/bin/phpunit" ,
16
9
"lint" : " vendor/bin/phpcs" ,
26
19
"psr-4" : {"Tests\\ " : " tests" }
27
20
},
28
21
"require" : {
29
- "php" : " >=8.0 " ,
22
+ "php" : " 8.* " ,
30
23
"ext-curl" : " *" ,
31
24
"ext-mbstring" : " *" ,
32
25
"ext-json" : " *" ,
33
- "twig/twig" : " v3.8 .*" ,
26
+ "twig/twig" : " v3.10 .*" ,
34
27
"matthiasmullie/minify" : " 1.3.*"
35
28
},
36
29
"require-dev" : {
37
- "phpunit/phpunit" : " 10.5.*" ,
38
- "brianium/paratest" : " v7.4.*" ,
39
- "squizlabs/php_codesniffer" : " 3.9.*"
30
+ "phpunit/phpunit" : " 11.*"
40
31
},
41
32
"platform" : {
42
- "php" : " 8.2 "
33
+ "php" : " 8.3 "
43
34
}
44
35
}
You can’t perform that action at this time.
0 commit comments