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: composer-unused/symbol-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.11
Choose a base ref
...
head repository: composer-unused/symbol-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.12
Choose a head ref
  • 7 commits
  • 11 files changed
  • 2 contributors

Commits on Mar 10, 2023

  1. Ignore non existing files/dirs

    Resolves: composer-unused#422
    Andreas Frömer authored and icanhazstring committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    9bf9b59 View commit details
    Browse the repository at this point in the history
  2. github-actions(deps): bump shivammathur/setup-php from 2.22.0 to 2.24.0

    Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.22.0 to 2.24.0.
    - [Release notes](https://github.com/shivammathur/setup-php/releases)
    - [Commits](shivammathur/setup-php@2.22.0...2.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: shivammathur/setup-php
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and icanhazstring committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    8412539 View commit details
    Browse the repository at this point in the history
  3. composer(deps-dev): update phpunit/phpunit requirement

    Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.
    - [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
    - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md)
    - [Commits](sebastianbergmann/phpunit@9.5.27...9.6.5)
    
    ---
    updated-dependencies:
    - dependency-name: phpunit/phpunit
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and icanhazstring committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    47bda76 View commit details
    Browse the repository at this point in the history
  4. composer(deps-dev): update squizlabs/php_codesniffer requirement

    Updates the requirements on [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) to permit the latest version.
    - [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases)
    - [Commits](squizlabs/PHP_CodeSniffer@3.7.1...3.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: squizlabs/php_codesniffer
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and icanhazstring committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    51273c6 View commit details
    Browse the repository at this point in the history
  5. Add test cases to avoid undefined property calls

    Andreas Frömer authored and icanhazstring committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3e6bbbe View commit details
    Browse the repository at this point in the history
  6. composer(deps-dev): update phpstan/phpstan requirement

    Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.
    - [Release notes](https://github.com/phpstan/phpstan/releases)
    - [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md)
    - [Commits](phpstan/phpstan@1.9.0...1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: phpstan/phpstan
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and icanhazstring committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    e74a96a View commit details
    Browse the repository at this point in the history
  7. composer(deps): update phpstan/phpdoc-parser requirement

    Updates the requirements on [phpstan/phpdoc-parser](https://github.com/phpstan/phpdoc-parser) to permit the latest version.
    - [Release notes](https://github.com/phpstan/phpdoc-parser/releases)
    - [Commits](phpstan/phpdoc-parser@1.12.0...1.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: phpstan/phpdoc-parser
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and icanhazstring committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    07310a9 View commit details
    Browse the repository at this point in the history
Loading