Skip to content

Commit 56f202d

Browse files
authored
Bump versions (#24)
* bump for PHP 8.4 (and beyond) * bump psr7 version to resolve "Insecure header validation in slim/psr7"
1 parent c2370e2 commit 56f202d

File tree

3 files changed

+422
-828
lines changed

3 files changed

+422
-828
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.2 || ^8.0",
16-
"psr/http-message": "^1.0",
17-
"psr/http-server-middleware": "^1.0"
15+
"php": ">=7.2",
16+
"psr/http-message": ">=1.0",
17+
"psr/http-server-middleware": ">=1.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^9.4",
21-
"slim/psr7": "^1.0"
20+
"phpunit/phpunit": ">=9.4",
21+
"slim/psr7": ">=1.4.1"
2222
},
2323
"autoload": {
2424
"psr-4": { "Boronczyk\\": "src/" }

0 commit comments

Comments
 (0)