Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 114e321

Browse files
authored
Merge pull request #5 from pascalbaljetmedia/laravel-6.0
Laravel 6.0
2 parents 8ad2906 + c261ad6 commit 114e321

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Create a webdav filesystem disk:
3636
'webdav' => [
3737
'driver' => 'webdav',
3838
'baseUri' => 'https://mywebdavstorage.com',
39-
'userName' => 'pascalbaljetmedia',
39+
'userName' => 'protonemedia',
4040
'password' => 'supersecretpassword',
4141
'pathPrefix' => 'backups', // optional
4242
],
@@ -54,7 +54,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details
5454

5555
## Security
5656

57-
If you discover any security related issues, please email info@pascalbaljetmedia.com instead of using the issue tracker.
57+
If you discover any security related issues, please email info@protone.media instead of using the issue tracker.
5858

5959
## Credits
6060

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"authors": [
1212
{
1313
"name": "Pascal Baljet",
14-
"email": "info@pascalbaljetmedia.com",
15-
"homepage": "https://www.pascalbaljetmedia.com",
14+
"email": "info@protone.media",
15+
"homepage": "https://protone.media",
1616
"role": "Developer"
1717
}
1818
],
1919
"require": {
2020
"php" : "~5.6|^7.0",
21-
"illuminate/filesystem": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
21+
"illuminate/filesystem": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.0.*",
2222
"league/flysystem-webdav": "^1.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)