Skip to content

Tags: TitasGailius/terminal

Tags

1.2.0

Toggle 1.2.0's commit message
Fix tests

1.1.0

Toggle 1.1.0's commit message
php 8.1

1.0.1

Toggle 1.0.1's commit message
Update README.md

0.5.0

Toggle 0.5.0's commit message
code-style

0.4.0

Toggle 0.4.0's commit message
Add builder methods for tty and idleTimeout options

0.3.1

Toggle 0.3.1's commit message
Update BuilderFake.php

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Laravel & Symfony console commands (#16)

* Pass output to Laravel & Symfony console commands

0.2.7

Toggle 0.2.7's commit message
Bump symfony/process to "^4.4.2" to support Terminal::data feature

0.2.6

Toggle 0.2.6's commit message
Update composer.lock

0.2.5

Toggle 0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reset captured. Test "run" as array. Implement "toString"

* Reset captured commands.
* Test that a command passed as an array is executed.
* Implemented the "toString" method that returns the current (or given) command as a string.