This repository was archived by the owner on Jan 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Create a webdav filesystem disk:
36
36
'webdav' => [
37
37
'driver' => 'webdav',
38
38
'baseUri' => 'https://mywebdavstorage.com',
39
- 'userName' => 'pascalbaljetmedia ',
39
+ 'userName' => 'protonemedia ',
40
40
'password' => 'supersecretpassword',
41
41
'pathPrefix' => 'backups', // optional
42
42
],
@@ -54,7 +54,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details
54
54
55
55
## Security
56
56
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.
58
58
59
59
## Credits
60
60
Original file line number Diff line number Diff line change 11
11
"authors" : [
12
12
{
13
13
"name" : " Pascal Baljet" ,
14
- "email" : " info@pascalbaljetmedia.com " ,
15
- "homepage" : " https://www.pascalbaljetmedia.com " ,
14
+ "email" : " info@protone.media " ,
15
+ "homepage" : " https://protone.media " ,
16
16
"role" : " Developer"
17
17
}
18
18
],
19
19
"require" : {
20
20
"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.* " ,
22
22
"league/flysystem-webdav" : " ^1.0"
23
23
},
24
24
"require-dev" : {
You can’t perform that action at this time.
0 commit comments