summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-04-15 13:01:18 +0200
committerCarl Schwan <carl@carlschwan.eu>2022-04-15 13:02:31 +0200
commitbe80ca5d0fc9bd77f4c7c8fd7c986d378b79cc13 (patch)
tree812df547157b93edaae20bed4c9d62e69b08ae2a /composer.json
parent6a475225d6b4e9d88edd9f7555492a1560a79590 (diff)
Update to php 7.4 type hinting
Using rector Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index bc4315ce..82ee931f 100644
--- a/composer.json
+++ b/composer.json
@@ -11,7 +11,7 @@
],
"config": {
"platform": {
- "php": "7.0.0"
+ "php": "7.4.0"
},
"optimize-autoloader": true,
"classmap-authoritative": true,
@@ -29,7 +29,8 @@
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "^1.0",
- "phpunit/phpunit": "^6.4"
+ "phpunit/phpunit": "^6.4",
+ "rector/rector": "^0.12.20"
},
"repositories": [
{