Skip to content

Commit f198cb4

Browse files
Update workflows, remove PHP 7.4 compatibility
1 parent f385679 commit f198cb4

3 files changed

Lines changed: 10 additions & 5 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: 7 additions & 1 deletion
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": "*",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)