Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 8f3e788

Browse files
committed
Ensure Symfony 7.3 & PHP 8.4 compatibility
1 parent f7fb987 commit 8f3e788

File tree

2 files changed

+316
-297
lines changed

2 files changed

+316
-297
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A Symfony bundle to integrate the lexoffice api.",
44
"license": "proprietary",
55
"type": "symfony-bundle",
6-
"version": "0.3.0",
6+
"version": "0.4.0",
77
"require": {
88
"php": ">=8.1",
99
"ext-ctype": "*",
@@ -16,7 +16,7 @@
1616
"symfony/http-client": ">=6.4",
1717
"symfony/serializer": ">=6.4",
1818
"symfony/validator": ">=6.4",
19-
"thecodingmachine/safe": "^2.1"
19+
"thecodingmachine/safe": ">=2.1 || ^3.3"
2020
},
2121
"require-dev": {
2222
"ext-pcntl": "*",
@@ -37,7 +37,7 @@
3737
"symfony/phpunit-bridge": ">=6.2.0",
3838
"symfony/stopwatch": ">=6.2.0",
3939
"symfony/var-exporter": ">=6.2",
40-
"thecodingmachine/phpstan-safe-rule": "^1.2",
40+
"thecodingmachine/phpstan-safe-rule": ">=1.2",
4141
"var-lab/coding-standard": "^2.0"
4242
},
4343
"conflict": {

0 commit comments

Comments
 (0)