Skip to content

Commit 7ddcec2

Browse files
committed
Update Readme
1 parent 77e2287 commit 7ddcec2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ This package contains interfaces that are useful in describing modules and their
1313
- [`ModuleInterface`][] - The interface for a module. A module is an object that represents an
1414
application fragment. Modules are prepared using `setup()`, which returns a `ServiceProviderInterface` instance that
1515
the application may consume, and invoked using `run()`.
16-
16+
1717
### Requirements
18-
- PHP: <= 7.0 | < 7.4
18+
- PHP: 7.1 and up, until 8.
1919

20-
Officially supports at least up to php 7.3.x. Should be compatible with PHP 7.x.
20+
Officially supports at least up to php 7.4.x.
2121

2222

2323
[Dhii]: https://github.com/Dhii/dhii

0 commit comments

Comments
 (0)