Skip to content

Commit 0f52594

Browse files
committed
removed 8.0 support
1 parent e224830 commit 0f52594

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Asm/Ansible/Command/AnsiblePlaybook.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 ?

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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",

0 commit comments

Comments
 (0)