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: phpgt/Input
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.3
Choose a base ref
...
head repository: phpgt/Input
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 18, 2022

  1. Update README.md (#199)

    * Update README.md
    
    * Update README.md
    Greg Bowler authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    680430c View commit details
    Browse the repository at this point in the history
  2. Update README.md (#200)

    Greg Bowler authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    58134fe View commit details
    Browse the repository at this point in the history
  3. Bump phpunit/phpunit from 9.5.16 to 9.5.19 (#198)

    Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.16 to 9.5.19.
    - [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
    - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md)
    - [Commits](sebastianbergmann/phpunit@9.5.16...9.5.19)
    
    ---
    updated-dependencies:
    - dependency-name: phpunit/phpunit
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Greg Bowler <greg.bowler@g105b.com>
    dependabot[bot] and Greg Bowler authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    ccdc22b View commit details
    Browse the repository at this point in the history
  4. Bump phpstan/phpstan from 1.4.6 to 1.4.10 (#197)

    Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.4.6 to 1.4.10.
    - [Release notes](https://github.com/phpstan/phpstan/releases)
    - [Changelog](https://github.com/phpstan/phpstan/blob/1.5.x/CHANGELOG.md)
    - [Commits](phpstan/phpstan@1.4.6...1.4.10)
    
    ---
    updated-dependencies:
    - dependency-name: phpstan/phpstan
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    2970a23 View commit details
    Browse the repository at this point in the history
  5. Input::getMultipleFile() (#201)

    * Isolate bug #195
    
    * feature: implement type-safe multiple file uploads
    for #195, for #185
    Greg Bowler authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    95136bc View commit details
    Browse the repository at this point in the history
Loading