Skip to content

Commit 1b60edd

Browse files
authored
Merge pull request #33 from alxsabo/v5.2
Remove support for php 7.4 and 8.0
2 parents 134c15c + 9483720 commit 1b60edd

File tree

12 files changed

+444
-1873
lines changed

12 files changed

+444
-1873
lines changed

.github/workflows/RavenClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
php-versions: [ "7.4", "8.0", "8.1" ]
27+
php-versions: [ "8.1" ]
2828
serverVersion: [ "5.2", "5.3", "5.4" ]
2929
fail-fast: false
3030

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,23 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=7.4",
20+
"php": ">=8.1",
2121
"ext-ds": "*",
2222
"ext-json": "*",
2323
"ext-zip": "*",
2424
"ext-fileinfo": "*",
2525
"doctrine/annotations": "^1.13",
2626
"doctrine/inflector": "^2.0",
2727
"ramsey/uuid": "^4.2",
28-
"symfony/http-client": "^5.3",
29-
"symfony/mime": "^5.4",
30-
"symfony/property-access": "^5.3",
31-
"symfony/serializer": "^5.3"
28+
"symfony/http-client": "^6.1",
29+
"symfony/mime": "^6.1",
30+
"symfony/property-access": "^6.1",
31+
"symfony/serializer": "^6.1"
3232
},
3333
"require-dev": {
3434
"phpstan/phpstan": "^0.12.98",
3535
"phpunit/phpunit": ">=8.0",
36-
"squizlabs/php_codesniffer": "^3.0",
37-
"vimeo/psalm": "^4.9"
36+
"squizlabs/php_codesniffer": "^3.0"
3837
},
3938
"autoload": {
4039
"psr-4": {

0 commit comments

Comments
 (0)