Skip to content

Commit

Permalink
State PHP compatibility
Browse files Browse the repository at this point in the history
The package most probably is compatible with more versions, but we use
8.1.x right now.
Also the package didn't communicate any compatibility until now.
  • Loading branch information
DanielSiepmann committed Jul 17, 2023
1 parent e5debc7 commit 1e23d21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}
],
"require": {
"php": "~8.1.0",
"ericmartel/codeception-email": "^1.0",
"guzzlehttp/guzzle": "^6.1 || ^7.0"
},
Expand All @@ -18,6 +19,7 @@
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.22"
"friendsofphp/php-cs-fixer": "^3.22",
"phpstan/phpstan": "^1.10"
}
}

0 comments on commit 1e23d21

Please sign in to comment.