Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit 9e17a0e

Browse files
committed
Update sub-splits' composer.json too
1 parent 76d00fc commit 9e17a0e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=8.0",
16-
"league/flysystem": "^2.3.1"
16+
"league/flysystem": "^2.3.2"
1717
},
1818
"autoload": {
1919
"psr-4": {

src/Gzip/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": ">=8.0",
1616
"ext-hash": "*",
1717
"ext-zlib": "*",
18-
"league/flysystem": "^2.3.1",
18+
"league/flysystem": "^2.3.2",
1919
"slam/flysystem-core-proxy": "^0.5.0"
2020
},
2121
"autoload": {

src/V1Encrypt/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": ">=8.0",
1616
"ext-sodium": "*",
17-
"league/flysystem": "^2.3.1",
17+
"league/flysystem": "^2.3.2",
1818
"slam/flysystem-core-proxy": "^0.5.0"
1919
},
2020
"autoload": {

src/Zip/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": ">=8.0",
1616
"ext-hash": "*",
1717
"ext-zlib": "*",
18-
"league/flysystem": "^2.3.1",
18+
"league/flysystem": "^2.3.2",
1919
"slam/flysystem-core-proxy": "^0.5.0"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)