Skip to content
Snippets Groups Projects
Commit 3a6930d2 authored by David Maus's avatar David Maus
Browse files

Require PHP >= 7.1

Fix #3
parent bd5577b9
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,12 @@
"HAB\\Pica": "src/"
}
},
"require": {
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^8"
"phpunit/phpunit": "^8",
"phpstan/phpstan": "^0.11.15",
"phan/phan": "^2.2"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment