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: bearsunday/BEAR.FastlyModule
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.2
Choose a base ref
...
head repository: bearsunday/BEAR.FastlyModule
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.0
Choose a head ref
  • 7 commits
  • 12 files changed
  • 1 contributor

Commits on Nov 21, 2024

  1. Update GitHub Actions configurations for PHP versions

    Switched continuous-integration.yml to use version 1 of the workflow and updated PHP versions to include old stable versions and the current stable version 8.4. Modified coding-standards.yml and static-analysis.yml to use PHP version 8.3.
    koriym committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a724e86 View commit details
    Browse the repository at this point in the history
  2. Refactor README.md for clarity and conciseness

    Removed redundant sections and Phil Karlton's quote to streamline the README.md. Updated the description and provided a direct link to the relevant documentation on cache integration.
    koriym committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    352d1f5 View commit details
    Browse the repository at this point in the history
  3. Add code example for Fastly CDN integration

    Updated the README.md to include a PHP code example demonstrating how to integrate and configure the Fastly CDN module for BEAR.Sunday. This should help developers understand the implementation process more clearly.
    koriym committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f72c1a1 View commit details
    Browse the repository at this point in the history
  4. Update dependencies in vendor-bin/tools/composer.json

    Upgraded doctrine/coding-standard to ^12.0, phpstan/phpstan to ^2.0, and vimeo/psalm to ^5.26. Removed psalm/plugin-phpunit dependency. These updates improve compatibility and incorporate the latest features and fixes.
    koriym committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    64cf9e2 View commit details
    Browse the repository at this point in the history
  5. Refactor Injector instantiation and streamline bootstrap

    Removed the `$_ENV['TMP_DIR']` parameter from `Injector` instantiation in tests for cleaner initiation. Updated `phpunit.xml.dist` to use a more standard bootstrap path, improving configuration consistency.
    koriym committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    924c238 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Update PHP compatibility to version 8.3

    Changed the PHP version in phpcs.xml from 8.0 to 8.3 to ensure compatibility with the latest PHP features and improvements. This change aims to leverage the new capabilities introduced in PHP 8.3 and maintain compliance with updated coding standards.
    koriym committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    40021c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Merge pull request #5 from bearsunday/php84

    Enable PHP 8.4 compat
    koriym authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    add082c View commit details
    Browse the repository at this point in the history
Loading