Skip to content

Commit

Permalink
PHP: require 8.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Sep 29, 2023
1 parent 7dbc2ab commit 7bb4741
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ https://examples.contributte.org/webpack-skeleton/

## Installation

You will need `PHP 8.0+` and [Composer](https://getcomposer.org/).
You will need `PHP 8.1+` and [Composer](https://getcomposer.org/).

Create project using composer.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"type": "project",
"require": {
"php": ">=8.0",
"php": ">=8.1",

"contributte/nella": "^0.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7bb4741

Please sign in to comment.