Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Reverse lookup #24

Merged
merged 26 commits into from
Aug 5, 2023
Merged

[Feature] Reverse lookup #24

merged 26 commits into from
Aug 5, 2023

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    807f91b View commit details
    Browse the repository at this point in the history
  2. fixes missing typehints

    maglnet committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    dd3985a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Upgrade PHP-CS-Fixer to 3.x

    villfa authored and frankdejonge committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    a526a36 View commit details
    Browse the repository at this point in the history
  2. Updated types

    frankdejonge committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    88f3804 View commit details
    Browse the repository at this point in the history
  3. Register test script

    frankdejonge committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    67fb7c5 View commit details
    Browse the repository at this point in the history
  4. Prepare for 1.9.0

    frankdejonge committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    ef383a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a7c93c View commit details
    Browse the repository at this point in the history
  6. Inherit PHPUnit's TestCase instead of PHPStan's

    One of the test classes inherits PHPStan's UnitTest class instead of
    the usual PHPUnit TestCase. It seems to give identical behavior in this
    test, and sticking to the typical PHPUnit class is more consistent.
    rgson authored and frankdejonge committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    1520a3a View commit details
    Browse the repository at this point in the history
  7. Update license year

    Update license year to 2022
    Awilum authored and frankdejonge committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    4e61edc View commit details
    Browse the repository at this point in the history
  8. Update mime-map

    frankdejonge committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    cfc1698 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    205cd2c View commit details
    Browse the repository at this point in the history
  10. Prep changelog

    frankdejonge committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    ea7c49d View commit details
    Browse the repository at this point in the history
  11. Added test

    frankdejonge committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    d0119ae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8df8545 View commit details
    Browse the repository at this point in the history
  13. Updated mimetypes.

    Frank de Jonge authored and frankdejonge committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    1271db7 View commit details
    Browse the repository at this point in the history
  14. update year

    Awilum authored and frankdejonge committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    a436a00 View commit details
    Browse the repository at this point in the history
  15. Add stp

    BlackbitDevs authored and frankdejonge committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    b6fb35e View commit details
    Browse the repository at this point in the history
  16. Add step file extension

    BlackbitDevs authored and frankdejonge committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    10f74d7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    838489b View commit details
    Browse the repository at this point in the history
  18. Updated mime-times.

    frankdejonge committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    3c457a1 View commit details
    Browse the repository at this point in the history
  19. Prep changelog

    frankdejonge committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    d1bb20e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    32796d9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    86216ae View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    56b1195 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9bdcb30 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7c26dd1 View commit details
    Browse the repository at this point in the history