Fix: Pin deployer version to stay compatible with PHP 7.4

This commit is contained in:
Björn Fromme
2023-02-08 11:36:12 +01:00
parent eb6e2f2353
commit e447ff1317
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
}
},
"require-dev": {
"deployer/deployer": "^v7.0",
"deployer/deployer": "v7.0.2",
"ichhabrecht/filefill": "^3.3",
"typo3/testing-framework": "^6.16"
},