Skip to content

Commit 1c03b4e

Browse files
committed
Bump PHPUnit dependencies
1 parent 15fb93d commit 1c03b4e

File tree

1 file changed

+26
-17
lines changed

1 file changed

+26
-17
lines changed

composer.json

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "zendtech/ibmitoolkit",
33
"description": "PHP frontend to XMLSERVICE for IBM i development.",
4-
"keywords": ["ibmitoolkit","ibmxmltoolkit","XMLSERVICE","IBM i","zend","as400"],
4+
"keywords": [
5+
"ibmitoolkit",
6+
"ibmxmltoolkit",
7+
"XMLSERVICE",
8+
"IBM i",
9+
"zend",
10+
"as400"
11+
],
512
"license": "BSD-3-Clause",
613
"authors": [
714
{
@@ -16,35 +23,37 @@
1623
}
1724
],
1825
"require": {
19-
"php": ">=5.3.3",
20-
"ext-mbstring": "*",
21-
"ext-pcre": "*",
22-
"ext-pdo": "*",
23-
"ext-simplexml": "*"
26+
"php": ">=5.3.3",
27+
"ext-mbstring": "*",
28+
"ext-pcre": "*",
29+
"ext-pdo": "*",
30+
"ext-simplexml": "*"
2431
},
2532
"suggest": {
26-
"ext-ibm_db2": "For the Db2 transport",
27-
"ext-odbc": "For the ODBC transport",
28-
"ext-pdo_ibm": "For the PDO Db2 transport",
29-
"ext-pdo_odbc": "For the PDO ODBC transport",
30-
"ext-pcntl": "For the local transport",
31-
"ext-ssh2": "For the SSH transport"
33+
"ext-ibm_db2": "For the Db2 transport",
34+
"ext-odbc": "For the ODBC transport",
35+
"ext-pdo_ibm": "For the PDO Db2 transport",
36+
"ext-pdo_odbc": "For the PDO ODBC transport",
37+
"ext-pcntl": "For the local transport",
38+
"ext-ssh2": "For the SSH transport"
3239
},
3340
"autoload": {
34-
"classmap": ["ToolkitApi/"],
41+
"classmap": [
42+
"ToolkitApi/"
43+
],
3544
"psr-4": {
36-
"ToolkitApi\\":"ToolkitApi"
45+
"ToolkitApi\\": "ToolkitApi"
3746
}
3847
},
3948
"autoload-dev": {
4049
"psr-4": {
41-
"ToolkitApi\\":"ToolkitApi",
42-
"ToolkitApiTest\\":"tests/ToolkitApiTest",
50+
"ToolkitApi\\": "ToolkitApi",
51+
"ToolkitApiTest\\": "tests/ToolkitApiTest",
4352
"ToolkitFunctionalTest\\": "tests/functional"
4453
}
4554
},
4655
"require-dev": {
47-
"phpunit/phpunit": "^8.2",
56+
"phpunit/phpunit": "^10.0",
4857
"symfony/process": "^4.3"
4958
}
5059
}

0 commit comments

Comments
 (0)