We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e2287 commit 7ddcec2Copy full SHA for 7ddcec2
README.md
@@ -13,11 +13,11 @@ This package contains interfaces that are useful in describing modules and their
13
- [`ModuleInterface`][] - The interface for a module. A module is an object that represents an
14
application fragment. Modules are prepared using `setup()`, which returns a `ServiceProviderInterface` instance that
15
the application may consume, and invoked using `run()`.
16
-
+
17
### Requirements
18
-- PHP: <= 7.0 | < 7.4
+- PHP: 7.1 and up, until 8.
19
20
- Officially supports at least up to php 7.3.x. Should be compatible with PHP 7.x.
+ Officially supports at least up to php 7.4.x.
21
22
23
[Dhii]: https://github.com/Dhii/dhii
0 commit comments