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: Codestagero/laravel-authorization
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: Codestagero/laravel-authorization
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 9 commits
  • 49 files changed
  • 2 contributors

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    8f1c0bd View commit details
    Browse the repository at this point in the history
  2. Performed code cleanup.

    * Ran the PHP CS Fixer.
    * Reduced dependencies on facades, replaced with proper DI.
    * Replaced Collection return types with Enumerables.
    irealworlds committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d8b8e2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    540ad7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2706c96 View commit details
    Browse the repository at this point in the history
  5. Updated PHP version to 8.2.

    * Classes that can be readonly made readonly.
    * Removed deprecated IAuthorizable contract.
    irealworlds committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    961eaee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e77b420 View commit details
    Browse the repository at this point in the history
  7. Update tests.yml

    irealworlds committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2f21f63 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21959f4 View commit details
    Browse the repository at this point in the history
  9. Fixed test teardowns.

    irealworlds committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    701b942 View commit details
    Browse the repository at this point in the history
Loading