Skip to content

Commit

Permalink
Composer: require PHP 8.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jan 2, 2024
1 parent ce872a0 commit cd5cd55
Show file tree
Hide file tree
Showing 3 changed files with 445 additions and 424 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Main goal is to provide example of first class integration of [Symfony Messenger

## Installation

You will need `PHP 8.1+` and [Composer](https://getcomposer.org/).
You will need `PHP 8.2+` 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 @@ -11,7 +11,7 @@
"license": "MIT",
"type": "project",
"require": {
"php": ">=8.1",
"php": ">=8.2",
"contributte/nella": "^0.2",

"contributte/messenger": "^0.1.0",
Expand Down
Loading

0 comments on commit cd5cd55

Please sign in to comment.