We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ae70a commit 7ae1334Copy full SHA for 7ae1334
README.md
@@ -16,14 +16,14 @@ only.**
16
17
## Requirements
18
19
-- PHP 7.3 or later
+- PHP 8.0 or later
20
- Composer with PSR-4 (PSR-0 is not supported)
21
22
23
## Installation
24
25
```bash
26
-$ composer require --dev adriansuter/php-autoload-override 1.5
+$ composer require --dev adriansuter/php-autoload-override 2.0
27
```
28
29
SECURITY.md
@@ -4,10 +4,10 @@
4
### Supported Versions
5
6
| Version | Supported |
7
-| ------- | ------------------ |
8
-| 1.x.x | :white_check_mark: |
+|---------| ------------------ |
+| 2.x.x | :white_check_mark: |
9
10
11
### Reporting a Vulnerability
12
13
-To report a vulnerability please send an email to [email protected]
+To report a vulnerability please email [email protected].
0 commit comments