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: thephpleague/fractal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.19.2
Choose a base ref
...
head repository: thephpleague/fractal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.20
Choose a head ref
  • 17 commits
  • 60 files changed
  • 9 contributors

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 (#517)

    * Adding test scripts to composer.json for ease of use
    
    * Testing github actions based off #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 <juststevemcd@gmail.com>
    JustSteveKing and JustSteveKing authored 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 (#…

    …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 authored 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 (#528)

    * Use #[\ReturnTypeWillChange]
    
    * Fix ArrayAccess interface
    
    * Fix(): Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated
    annuh authored 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 (#535)

    * Make sure CI is green
    
    * Remove .travis.yml
    
    * Minor CS
    
    * Fixed a bunch of tests
    
    * Remove scrutinizer
    Nyholm authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    aa9f127 View commit details
    Browse the repository at this point in the history
  6. Run tests on PHP 8.1 (#536)

    Nyholm authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    267bb8f View commit details
    Browse the repository at this point in the history
  7. Clean up CI (#537)

    Nyholm authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    514478c View commit details
    Browse the repository at this point in the history
  8. Added .editorconfig (#538)

    Nyholm authored Mar 7, 2022
    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 (#540)

    * Psalm fixes
    
    * PHPStan fixes
    
    * More static fixers
    
    * fixes
    
    * typo
    Nyholm authored 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 (#542)

    * fix: PHP 8.1 support (#1)
    
    * fixes
    
    Co-authored-by: oprypkhantc <54406427+oprypkhantc@users.noreply.github.com>
    Nyholm and oprypkhantc authored 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 (#544)

    * Added type hints
    
    * Added all types in src
    
    * Fixed type errors in tests
    
    * fixess
    
    * Fixed testss
    
    * cs fixes
    Nyholm authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    5bf32b5 View commit details
    Browse the repository at this point in the history
  15. Add stale bot (#545)

    Nyholm authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    419b0cb View commit details
    Browse the repository at this point in the history
Loading