Skip to content

Commit f85f1b3

Browse files
Added missing period to suggest
1 parent 48cbf8c commit f85f1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Filesystem/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
3535
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
3636
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
37-
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0)"
37+
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0)."
3838
},
3939
"config": {
4040
"sort-packages": true

0 commit comments

Comments
 (0)