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: botuniverse/php-libonebot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.8
Choose a base ref
...
head repository: botuniverse/php-libonebot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.9
Choose a head ref
  • 7 commits
  • 32 files changed
  • 4 contributors

Commits on Jan 10, 2023

  1. fix event segment (#87)

    sunxyw authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0a4bdf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. fix issue adding event listener with object

    Peaksol authored and crazywhalecc committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    8f07866 View commit details
    Browse the repository at this point in the history
  2. add self field to EventBuilder

    Peaksol authored and crazywhalecc committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    69fabe5 View commit details
    Browse the repository at this point in the history
  3. Update psr/cache requirement from ^1.0 to ^1.0 || ^3.0

    Updates the requirements on [psr/cache](https://github.com/php-fig/cache) to permit the latest version.
    - [Changelog](https://github.com/php-fig/cache/blob/master/CHANGELOG.md)
    - [Commits](php-fig/cache@1.0.0...3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: psr/cache
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and crazywhalecc committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    3d0802e View commit details
    Browse the repository at this point in the history
  4. Update psr/log requirement from ^1.1 to ^1.1 || ^3.0

    Updates the requirements on [psr/log](https://github.com/php-fig/log) to permit the latest version.
    - [Release notes](https://github.com/php-fig/log/releases)
    - [Commits](php-fig/log@1.1.0...3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: psr/log
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and crazywhalecc committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    e64c029 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop'

    # Conflicts:
    #	composer.json
    crazywhalecc committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    3785a0d View commit details
    Browse the repository at this point in the history
  6. Update all things to PHP 8.4 (#112)

    * Update all things to PHP 8.4
    
    * Abandon develop
    crazywhalecc authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    db36e24 View commit details
    Browse the repository at this point in the history
Loading