Skip to content

Commit 92acc44

Browse files
committed
fix: Path class is add in symfony/filesystem 5.4
1 parent e00fde8 commit 92acc44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"illuminate/container": ">=6",
2121
"illuminate/support": ">=6",
2222
"symfony/http-foundation": ">=3",
23-
"symfony/filesystem": ">=3"
23+
"symfony/filesystem": ">=5.4"
2424
},
2525
"require-dev": {
2626
"friendsofphp/php-cs-fixer": "^3.0",

0 commit comments

Comments
 (0)