Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 7c90a32

Browse files
committed
TASK: Add platform requirement to composer.json
1 parent 09164d8 commit 7c90a32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"analyse": "phpstan analyse --level 8 src tests",
1616
"test": "phpunit --enforce-time-limit --bootstrap vendor/autoload.php --testdox tests --coverage-html build/coverage-report --whitelist src"
1717
},
18+
"require": {
19+
"php": ">=8.1"
20+
},
1821
"require-dev": {
1922
"phpunit/phpunit": "^9.5",
2023
"phpstan/phpstan": "^1.9",

0 commit comments

Comments
 (0)