File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
99be 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
1212only.**
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
Original file line number Diff line number Diff line change 22title : PHP Autoload Override
33author : " 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
66be 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
99only.**
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
You can’t perform that action at this time.
0 commit comments