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: thecodingmachine/graphqlite-laravel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Choose a base ref
...
head repository: thecodingmachine/graphqlite-laravel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Apr 5, 2023

  1. Adding compatibility with Laravel 9 and 10

    Laravel 9 and 10 require jumping PHP version.
    Because thecodingmachine/graphqlite 6.2 uses the newer psr/container (also used by this package) it requires upgrading a number of classes.
    
    Therefore, this commit needs to be tagged as a new minor release at least.
    moufmouf committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    3efc8fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9117b48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00e9865 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #42 from thecodingmachine/laravel-9-and-10

    Adding compatibility with Laravel 9 and 10
    moufmouf authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    44a98e4 View commit details
    Browse the repository at this point in the history
Loading