We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7abda commit b940dfeCopy full SHA for b940dfe
.github/workflows/phpci.yml
@@ -15,7 +15,6 @@ jobs:
15
strategy:
16
matrix:
17
php-versions:
18
- - '8.2'
19
- '8.3'
20
- '8.4'
21
composer.json
@@ -4,7 +4,7 @@
4
}
5
},
6
"require": {
7
- "php" : ">=7.1",
+ "php" : ">=8.3",
8
"ext-mbstring": "*",
9
"slim/slim": "^4.9",
10
"slim/psr7": "^1.5",
0 commit comments