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: Dhii/stringable-interface
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: Dhii/stringable-interface
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 32 files changed
  • 1 contributor

Commits on Dec 25, 2020

  1. Bring up to date

    - CI: GHA instead of Travis.
    - Static code analysis.
    - BC Break: Now requires at least PHP 7.1.
    - Refactored tests.
    - Added Docker env + PHPStorm integration.
    - No moar NetBeans.
    XedinUnknown committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    dacde73 View commit details
    Browse the repository at this point in the history
  2. CI will now update Composer packages

    This is more correct, as this package is an interop standard library.
    Also, without this it isn't possible to install PHPUnit 7 on PHP 8.
    XedinUnknown committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    58cf629 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14abea9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Update CI config

    XedinUnknown committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    303d4e1 View commit details
    Browse the repository at this point in the history
  2. Add editor config

    XedinUnknown committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    afa8544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    021ef11 View commit details
    Browse the repository at this point in the history
  4. Fix configs

    - Add host IP address env var.
    - Add run config for tests.
    - Fix Psalm and PHPUnit configs.
    XedinUnknown committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    718f9f2 View commit details
    Browse the repository at this point in the history
  5. Ignore wider set of files with Psalm

    The `tests` subfolder may apparently not be present unless PHPUnit was run before.
    XedinUnknown committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    05a6e5f View commit details
    Browse the repository at this point in the history
  6. Update PHPStorm config

    XedinUnknown committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    84e4f35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90a1942 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    36bce17 View commit details
    Browse the repository at this point in the history
  9. Fix PHPCS

    XedinUnknown committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    e513a5e View commit details
    Browse the repository at this point in the history
  10. Update changelog

    XedinUnknown committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    05f6eba View commit details
    Browse the repository at this point in the history
  11. Add entry

    XedinUnknown committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    69d6d6b View commit details
    Browse the repository at this point in the history
  12. Update readme

    XedinUnknown committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    27e1ad3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    20826a6 View commit details
    Browse the repository at this point in the history
Loading