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

Commits on May 31, 2022

  1. build(deps-dev): bump phpstan/phpstan from 1.7.6 to 1.7.7

    Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.7.6 to 1.7.7.
    - [Release notes](https://github.com/phpstan/phpstan/releases)
    - [Changelog](https://github.com/phpstan/phpstan/blob/1.7.x/CHANGELOG.md)
    - [Commits](phpstan/phpstan@1.7.6...1.7.7)
    
    ---
    updated-dependencies:
    - dependency-name: phpstan/phpstan
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and SMillerDev committed May 31, 2022
    Configuration menu
    Copy the full SHA
    15ed3ca View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. build(deps-dev): bump phpstan/phpstan from 1.7.7 to 1.7.8

    Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.7.7 to 1.7.8.
    - [Release notes](https://github.com/phpstan/phpstan/releases)
    - [Changelog](https://github.com/phpstan/phpstan/blob/1.7.x/CHANGELOG.md)
    - [Commits](phpstan/phpstan@1.7.7...1.7.8)
    
    ---
    updated-dependencies:
    - dependency-name: phpstan/phpstan
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and SMillerDev committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    3e18ebe View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. build(deps-dev): bump phpstan/phpstan from 1.7.8 to 1.7.9

    Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.7.8 to 1.7.9.
    - [Release notes](https://github.com/phpstan/phpstan/releases)
    - [Changelog](https://github.com/phpstan/phpstan/blob/1.7.x/CHANGELOG.md)
    - [Commits](phpstan/phpstan@1.7.8...1.7.9)
    
    ---
    updated-dependencies:
    - dependency-name: phpstan/phpstan
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and SMillerDev committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    6a3c55a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. build(deps-dev): bump phpstan/phpstan from 1.7.9 to 1.7.10

    Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.7.9 to 1.7.10.
    - [Release notes](https://github.com/phpstan/phpstan/releases)
    - [Changelog](https://github.com/phpstan/phpstan/blob/1.7.x/CHANGELOG.md)
    - [Commits](phpstan/phpstan@1.7.9...1.7.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>
    dependabot[bot] authored and SMillerDev committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    20f9731 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Out: fix escaping of curl commands

    Issue GH-359
    SMillerDev committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    2987fc6 View commit details
    Browse the repository at this point in the history
Loading