Skip to content

Commit caede53

Browse files
authored
Merge pull request #46 from ByteInternet/control_deployer_upper_bound
composer: Set upper bound to 7.4.x for deployer/deployer
2 parents 6eddfb9 + 916d9d7 commit caede53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"hipex/deploy-configuration": "*"
1717
},
1818
"require": {
19-
"deployer/deployer": "^7.0",
19+
"deployer/deployer": "7.0 - 7.4",
2020
"psr/log": "^1.0||^2.0||^3.0"
2121
}
2222
}

0 commit comments

Comments
 (0)