Skip to content

Commit 611361e

Browse files
authored
Merge pull request #18 from panxl6/2025-01
chore: adjust dependencies
2 parents 851d96a + 1263c87 commit 611361e

File tree

12 files changed

+115
-4103
lines changed

12 files changed

+115
-4103
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
vendor/
1+
vendor/
2+
.DS_Store
3+
.php-cs-fixer.cache

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"php": ">=8.0.0",
2727
"guzzlehttp/guzzle": "7.*",
2828
"phpseclib/phpseclib": "3.0.37",
29-
"symfony/serializer": "^3.4",
30-
"symfony/property-access": "^3.4",
31-
"symfony/property-info": "^3.4",
29+
"symfony/serializer": "^5.4 || ^6.4 || ^7.0",
30+
"symfony/property-access": "^5.4 || ^6.4 || ^7.0",
31+
"symfony/property-info": "^5.4 || ^6.4 || ^7.0",
3232
"phpdocumentor/reflection-docblock": ">=5.4",
3333
"ext-json": "*",
3434
"ext-mbstring": "*"

0 commit comments

Comments
 (0)