Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Oct 20, 2020
1 parent b32f183 commit 7a32c3e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/AdapterTestUtilities/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"require": {
"php": "^7.2",
"league/flysystem": "^2.0.0-rc.1"
"league/flysystem": "^2.0.0-RC1"
},
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion src/AwsS3V3/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"require": {
"php": "^7.2",
"league/flysystem": "^2.0.0-rc.1",
"league/flysystem": "^2.0.0-RC1",
"league/mime-type-detection": "^1.0.0",
"aws/aws-sdk-php": "^3.132.4"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Ftp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^7.2",
"ext-ftp": "*",
"league/flysystem": "^2.0.0-rc.1",
"league/flysystem": "^2.0.0-RC1",
"league/mime-type-detection": "^1.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/InMemory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^7.2",
"ext-fileinfo": "*",
"league/flysystem": "^2.0.0-rc.1"
"league/flysystem": "^2.0.0-RC1"
},
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion src/PhpseclibV2/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"require": {
"php": "^7.2",
"league/flysystem": "^2.0.0-rc.1",
"league/flysystem": "^2.0.0-RC1",
"league/mime-type-detection": "^1.0.0",
"phpseclib/phpseclib": "^2.0"
},
Expand Down

0 comments on commit 7a32c3e

Please sign in to comment.