Skip to content

Commit 33ffe5a

Browse files
chore: Remove php versions no longer supported (removed php 7.4 constraint and set it to 8.1).
Signed-off-by: Johannes Tegnér <[email protected]>
1 parent ef5b1a8 commit 33ffe5a

File tree

2 files changed

+117
-114
lines changed

2 files changed

+117
-114
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.4.2",
19-
"psr/container": "^1.0|^2.0",
20-
"psr/cache": "^1.0|^2.0|^3.0",
18+
"php": ">=8.1",
19+
"psr/container": "^2.0",
20+
"psr/cache": "^3.0",
2121
"psr/http-client": "^1.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^9.5",
24+
"phpunit/phpunit": "^9.6",
2525
"squizlabs/php_codesniffer": "^3.7"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)