Add rector/rector dependency

This commit is contained in:
Philipp Holzer 2021-05-02 23:20:22 +02:00
parent edac249945
commit e056a5ba53
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
2 changed files with 4006 additions and 6 deletions

View File

@ -13,7 +13,7 @@
"issues": "https://github.com/friendica/friendica/issues"
},
"require": {
"php": ">=7.0",
"php": ">=7.3",
"ext-ctype": "*",
"ext-curl": "*",
"ext-dom": "*",
@ -94,7 +94,7 @@
},
"config": {
"platform": {
"php": "7.0"
"php": "7.3"
},
"autoloader-suffix": "Friendica",
"optimize-autoloader": true,
@ -125,7 +125,8 @@
},
"require-dev": {
"mockery/mockery": "^1.3",
"mikey179/vfsstream": "^1.6"
"mikey179/vfsstream": "^1.6",
"rector/rector": "^0.10.16"
},
"scripts": {
"test": "phpunit",

4005
composer.lock generated

File diff suppressed because it is too large Load Diff