Skip to content

Commit f509a5f

Browse files
committed
Update composer packages
1 parent acbcb05 commit f509a5f

File tree

2 files changed

+330
-1084
lines changed

2 files changed

+330
-1084
lines changed

composer.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
44
"type": "library",
55
"license": "MIT",
6-
"minimum-stability": "dev",
76
"prefer-stable": true,
8-
"authors": [
9-
{
10-
"name": "Eldad Fux",
11-
"email": "[email protected]"
12-
}
13-
],
147
"scripts": {
158
"test": "vendor/bin/phpunit",
169
"lint": "vendor/bin/phpcs",
@@ -26,19 +19,17 @@
2619
"psr-4": {"Tests\\": "tests"}
2720
},
2821
"require": {
29-
"php": ">=8.0",
22+
"php": "8.*",
3023
"ext-curl": "*",
3124
"ext-mbstring": "*",
3225
"ext-json": "*",
33-
"twig/twig": "v3.8.*",
26+
"twig/twig": "v3.10.*",
3427
"matthiasmullie/minify": "1.3.*"
3528
},
3629
"require-dev": {
37-
"phpunit/phpunit": "10.5.*",
38-
"brianium/paratest": "v7.4.*",
39-
"squizlabs/php_codesniffer": "3.9.*"
30+
"phpunit/phpunit": "11.*"
4031
},
4132
"platform": {
42-
"php": "8.2"
33+
"php": "8.3"
4334
}
4435
}

0 commit comments

Comments
 (0)