Skip to content

Commit a69acec

Browse files
committed
Fix docs.
1 parent acc121c commit a69acec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
[![Total Downloads](https://poser.pugx.org/adriansuter/php-autoload-override/downloads)](https://packagist.org/packages/adriansuter/php-autoload-override)
66
[![License](https://poser.pugx.org/adriansuter/php-autoload-override/license)](https://packagist.org/packages/adriansuter/php-autoload-override)
77

8-
This library allows to override fully qualified function calls inside your class methods in order to
8+
This library allows overriding fully qualified function calls inside your class methods in order to
99
be able to mock them during testing.
1010

11-
**NOTE: The library can be used for other scenarios as well. But we recommend to use it for testing purposes
11+
**NOTE: The library can be used for other scenarios as well. But we recommend using it for testing purposes
1212
only.**
1313

1414
[PHP-Autoload-Override Website](https://adriansuter.github.io/php-autoload-override/)
1515

1616

1717
## Requirements
1818

19-
- PHP 7.2 or later
19+
- PHP 7.3 or later
2020
- Composer with PSR-4 (PSR-0 is not supported)
2121

2222

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: PHP Autoload Override
33
author: "Adrian Suter"
44
---
5-
This library allows to override fully qualified function calls inside your class methods in order to
5+
This library allows overriding fully qualified function calls inside your class methods in order to
66
be able to mock them during testing.
77

8-
**NOTE: The library can be used for other scenarios as well. But we recommend to use it for testing purposes
8+
**NOTE: The library can be used for other scenarios as well. But we recommend using it for testing purposes
99
only.**
1010

1111

1212
# Requirements
1313

14-
- PHP 7.2 or later
14+
- PHP 7.3 or later
1515
- Composer with PSR-4 (PSR-0 is not supported)
1616

1717

0 commit comments

Comments
 (0)