Skip to content

Commit 662f069

Browse files
committed
add php version constraints
1 parent 982f7e1 commit 662f069

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"email": "johan@devlop.se"
1010
}
1111
],
12+
"require": {
13+
"php": "^7.4|^8.0"
14+
},
1215
"require-dev": {
1316
"devlop/phpunit-exception-assertions": "^1.0",
1417
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)