Files
Theatrical-Players-Refactor…/php/composer.json
Colin DeCarlo f0c56eb0f1 Add the minimum required PHP version
Since typed properties are being used, PHP 7.4 is required.
2020-02-09 11:20:21 -05:00

23 lines
408 B
JSON

{
"name": "sam/theatrical",
"type": "project",
"require-dev": {
"phpunit/phpunit": "^9",
"approvals/approval-tests": "^1.4"
},
"authors": [
{
"name": "Sam Cranford",
"email": "sam@cranford.fr"
}
],
"require": {
"php": "^7.4"
},
"autoload": {
"psr-4": {
"Theatrical\\": "src/"
}
}
}