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

Merge master into 1.0.x #554

Open
wants to merge 38 commits into
base: 1.0.x
Choose a base branch
from
Open

Commits on Jun 29, 2019

  1. Configuration menu
    Copy the full SHA
    9225f51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4317558 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa113f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Merge pull request thephpleague#485 from thephpleague/feature/phpcs-c…

    …ircleci
    
    Add phpcs and circleci configurations and run phpcs check on PRs
    matthewtrask committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    a38f0b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Add maintainers to the readme (thephpleague#488)

    I did this in alphabetical order :D
    KorvinSzanto committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    1cb9cd7 View commit details
    Browse the repository at this point in the history
  2. Implement \JsonSerializable for Scopes (thephpleague#462)

    * Implement \JsonSerializable for Scopes
    
    * Update CHANGELOG.md noting changes from thephpleague#462
    Christian Thomas authored and KorvinSzanto committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    ecf884e View commit details
    Browse the repository at this point in the history
  3. Fix phpDoc param typehint for setters in Cursor class (thephpleague#463)

    Change typehints in the phpDoc for the setters to match CursorInterface types.
    mdarc authored and KorvinSzanto committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    e03925f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Allow sub relations with modifier

    Onur Şimşek committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    b323c88 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Merge pull request thephpleague#490 from onursimsek/feature/modifier-…

    …with-sub-relation
    
    Allow sub relations with modifier
    matthewtrask committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    d409754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c99aa52 View commit details
    Browse the repository at this point in the history
  3. Merge pull request thephpleague#500 from thephpleague/fix/update-travis

    update travis to allow failures on 54 and 55
    matthewtrask committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    141c97e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    276f1f3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request thephpleague#502 from thephpleague/hotfix/tests-fo…

    …r-minimum-versions
    
    Fix tests for PHP 5.4 and 5.5
    matthewtrask committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    06dc15f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Configuration menu
    Copy the full SHA
    c1042fd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Move to Github Actions (thephpleague#517)

    * Adding test scripts to composer.json for ease of use
    
    * Testing github actions based off thephpleague#501
    
    * Fixing typo in matric
    
    * Fixing setup php configuration in github action
    
    * Sending coverage off to scrutinizer
    
    * Removing circle ci config
    
    * Matching travis PHP version checks
    
    * Commenting out coverage report for scrutinizer
    
    * Removing scrutinizer sending for now
    
    * Testing github action and removing travis
    
    * Adding travis config back - as it is causing issues on the PR
    
    * Pushing to separate workflows
    
    * Renaming main to run tests
    
    * Adding scrutinizer steps as final steps so coverage report can be sent
    
    * Swapping travis badge for github actions badge
    
    Co-authored-by: Steve McDougall <[email protected]>
    JustSteveKing and JustSteveKing committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    9c9c493 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    ebc071a View commit details
    Browse the repository at this point in the history
  2. clean up php code sniffer violations and update composer.json to 7.0 (t…

    …hephpleague#534)
    
    * clean up php code sniffer violations and update composer.json to 7.0
    
    * remove the string typehint til 7.1 so we can pass the nullable flag
    
    * add return type hints to ScopeFactoryInterface
    
    Co-authored-by: = <=>
    matthewtrask committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    9dcd831 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b42d735 View commit details
    Browse the repository at this point in the history
  4. Add support for PHP 8.1 (thephpleague#528)

    * Use #[\ReturnTypeWillChange]
    
    * Fix ArrayAccess interface
    
    * Fix(): Deprecated: explode(): Passing null to parameter thephpleague#2 ($string) of type string is deprecated
    annuh committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    fc67d13 View commit details
    Browse the repository at this point in the history
  5. Make sure CI is green (thephpleague#535)

    * Make sure CI is green
    
    * Remove .travis.yml
    
    * Minor CS
    
    * Fixed a bunch of tests
    
    * Remove scrutinizer
    Nyholm committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    aa9f127 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    267bb8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    514478c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbf32a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a8813ba View commit details
    Browse the repository at this point in the history
  10. Fix issues with PHPStan and Psalm (thephpleague#540)

    * Psalm fixes
    
    * PHPStan fixes
    
    * More static fixers
    
    * fixes
    
    * typo
    Nyholm committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    594f58b View commit details
    Browse the repository at this point in the history
  11. Support for PHP 81 (thephpleague#542)

    * fix: PHP 8.1 support (thephpleague#1)
    
    * fixes
    
    Co-authored-by: oprypkhantc <[email protected]>
    Nyholm and oprypkhantc committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    b9e343c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ef87034 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f560f36 View commit details
    Browse the repository at this point in the history
  14. Added PHP 7.4 types (thephpleague#544)

    * Added type hints
    
    * Added all types in src
    
    * Fixed type errors in tests
    
    * fixess
    
    * Fixed testss
    
    * cs fixes
    Nyholm committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    5bf32b5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    419b0cb View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    c3ae2a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94fbef8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    87ed891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71f9862 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. allow for null values to be passed to Scope (thephpleague#553)

    * allow for null values to be passed to Scope
    
    * nullable params
    
    * nullable for jsonapi serializer
    
    * add test coverage for resource key issue
    
    Co-authored-by: = <=>
    matthewtrask committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    94ce1fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b9d39b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Merge master first pass

    KorvinSzanto committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    cf7a4ba View commit details
    Browse the repository at this point in the history
  2. Fix tests

    KorvinSzanto committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    f1e8f32 View commit details
    Browse the repository at this point in the history