Skip to content

Commit

Permalink
Update minimum PHP version to 7.4 in README.md and /docs/README.md (#54)
Browse files Browse the repository at this point in the history
* Update minimum PHP version to 7.4 in README.md

Signed-off-by: Niklas Gutberlet <[email protected]>

* Update minimum PHP version to 7.4 in /docs/README.md

Signed-off-by: Niklas Gutberlet <[email protected]>

---------

Signed-off-by: Niklas Gutberlet <[email protected]>
  • Loading branch information
InpsydeNiklas authored Sep 26, 2024
1 parent 2119d0e commit 171dd96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ composer require inpsyde/modularity

## Minimum Requirements and Dependencies

* PHP 7.2+
* PHP 7.4+

When installed for development via Composer, the package also requires:

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ composer require inpsyde/modularity

## Minimum Requirements and Dependencies

* PHP 7.2+
* PHP 7.4+

When installed for development, via Composer, the package also requires:

Expand Down

0 comments on commit 171dd96

Please sign in to comment.