File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -725,12 +725,12 @@ public function hostKeyChecking(bool $enable = true): AnsiblePlaybookInterface
725725 }
726726
727727 /**
728- * Ansible SSH pipelining option
729- * https://docs.ansible.com/ansible/latest/reference_appendices/config.html#ansible-pipelining
730- *
731- * @param bool $enable
732- * @return AnsiblePlaybookInterface
733- **/
728+ * Ansible SSH pipelining option
729+ * https://docs.ansible.com/ansible/latest/reference_appendices/config.html#ansible-pipelining
730+ *
731+ * @param bool $enable
732+ * @return AnsiblePlaybookInterface
733+ **/
734734 public function sshPipelining (bool $ enable = false ): AnsiblePlaybookInterface
735735 {
736736 $ enable ?
Original file line number Diff line number Diff line change 1717 "require" : {
1818 "php" : " ^8.1.0|^8.2.0|^8.3.0" ,
1919 "psr/log" : " ^2.0|^3.0" ,
20- "symfony/process" : " ^5.3|^6.0"
20+ "symfony/process" : " ^5.3|^6.0|^7.0 "
2121 },
2222 "require-dev" : {
2323 "phpunit/phpunit" : " ^10.0|^11.0" ,
You can’t perform that action at this time.
0 commit comments