Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spatie/ssh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.2
Choose a base ref
...
head repository: spatie/ssh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.3
Choose a head ref
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on Jan 17, 2023

  1. Update CHANGELOG

    freekmurze authored and github-actions[bot] committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    eb160f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Update README.md

    When using the example from the readme
    Ssh::create('user', 'host')->onOutput(fn($type, $line) => echo $line)->execute('whoami');
    
    I am getting the following error 
    Parse error: syntax error, unexpected token "echo"
    
    When using the following syntax it works
    Ssh::create('user', 'host')->onOutput(function($type, $line) {echo $line;})->execute('whoami');
    undersound authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    371a625 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76 from undersound/patch-1

    Update README.md
    freekmurze authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    fac1a97 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    d026e0b View commit details
    Browse the repository at this point in the history
  2. Change to addBash

    ebulku committed May 5, 2023
    Configuration menu
    Copy the full SHA
    f89e8fa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #79 from ebulku/main

    Add option to remove bash in command
    freekmurze authored May 5, 2023
    Configuration menu
    Copy the full SHA
    b118b3a View commit details
    Browse the repository at this point in the history
  4. Update README.md

    freekmurze authored May 5, 2023
    Configuration menu
    Copy the full SHA
    d1d8954 View commit details
    Browse the repository at this point in the history
Loading