Skip to content

Commit 4f79bc3

Browse files
committed
Update Readme
1 parent 30df4c5 commit 4f79bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Package is optimized for invoking in very early lifecycle phase of your App
2020
## Requirements
2121
Package requires:
2222

23-
- PHP version 7.4, 8.0 or 8.1
23+
- PHP version 7.4, 8.0, 8.1 or 8.2
2424

2525
Enabler requires:
2626

@@ -169,7 +169,7 @@ $detector->isDebugMode(); // <---- this invoke all Plugins
169169
`SignUrl` plugin provide secure way to share link with activated Debug Mode.
170170

171171
```php
172-
$plugin = new \Redbitcz\DebugMode\Plugin\SignedUrl('secretkey', 'HS256', 'https://myapp.cz');
172+
$plugin = \Redbitcz\DebugMode\Plugin\SignedUrl::create('secretkey', 'HS256', 'https://myapp.cz');
173173
$detector->appendPlugin($plugin);
174174
175175
$signedUrl = $plugin->signUrl('https://myapp.cz/failingPage', '+1 hour');

0 commit comments

Comments
 (0)