Skip to content

Commit b920f1f

Browse files
Merge pull request #37 from i-doit/update-composer-packages
Update composer (dev) packages
2 parents af60bd9 + 3a153fe commit b920f1f

4 files changed

Lines changed: 1330 additions & 750 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ jobs:
1717
php-versions:
1818
- '8.0'
1919
- '8.1'
20+
- '8.2'
2021
experimental: [false]
2122
include:
22-
- php-versions: '7.4'
23-
experimental: true
2423
- php-versions: nightly
2524
experimental: true
2625
steps:

composer.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,20 @@
1111
"email": "benjamin@heisig.name",
1212
"homepage": "https://benjamin.heisig.name/",
1313
"role": "Developer"
14+
},
15+
{
16+
"name": "Leonard Fischer",
17+
"email": "lfischer@i-doit.com",
18+
"homepage": "https://www.i-doit.com/",
19+
"role": "Developer"
1420
}
1521
],
1622
"support": {
1723
"issues": "https://github.com/i-doit/api-client-php/issues",
1824
"source": "https://github.com/i-doit/api-client-php"
1925
},
2026
"require": {
21-
"php": "^7.4|^8.0|^8.1|^8.2",
27+
"php": "^8.0 || ^8.1 || ^8.2",
2228
"ext-curl": "*",
2329
"ext-date": "*",
2430
"ext-json": "*",
@@ -42,7 +48,7 @@
4248
"povils/phpmnd": "^2.5",
4349
"psalm/phar": "^4.23",
4450
"roave/security-advisories": "dev-master",
45-
"sclable/xml-lint": "^0.5.0",
51+
"sclable/xml-lint": "^0.8.0",
4652
"sebastian/phpcpd": "^6.0",
4753
"seld/jsonlint": "^1.9",
4854
"squizlabs/php_codesniffer": "^3.6",
@@ -62,6 +68,9 @@
6268
}
6369
},
6470
"config": {
71+
"platform": {
72+
"php": "8.0.0"
73+
},
6574
"process-timeout": 86400,
6675
"sort-packages": true,
6776
"allow-plugins": {

0 commit comments

Comments
 (0)