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: php-deal/framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.x
Choose a base ref
...
head repository: php-deal/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 70 files changed
  • 7 contributors

Commits on Jan 24, 2019

  1. Version 1.x (#29)

    - drop support php < 7.2
    - update phpunit to 7.5
    - add strict types in all files
    - add return type and argument type hinting in all files
    - bump copyright to 2019
    icanhazstring authored Jan 24, 2019
    Configuration menu
    Copy the full SHA
    20f0cef View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Add support for php7.1 and up.

    This is to add return type and type hinting support.
    Everything above is optional. This way we can make sure,
    we only get the correct types without the need to check them.
    
    Also drop symfony/console 2 support for dev requirements.
    icanhazstring committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    5dd7529 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    icanhazstring authored Jan 27, 2019
    Configuration menu
    Copy the full SHA
    31ff0b8 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Documentation love (#35)

    Restructuring documentation and give it some love
    lcetinsoy authored May 1, 2020
    Configuration menu
    Copy the full SHA
    db108a4 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    7b4cf5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32bdb95 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Update slevomat/coding-standard requirement from ^4.8 to ^6.1

    Updates the requirements on [slevomat/coding-standard](https://github.com/slevomat/coding-standard) to permit the latest version.
    - [Release notes](https://github.com/slevomat/coding-standard/releases)
    - [Commits](slevomat/coding-standard@4.8.0...6.1.5)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    cbc820f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

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

Commits on Apr 30, 2021

  1. Merge pull request #44 from php-deal/dependabot/add-v2-config-file

    Upgrade to GitHub-native Dependabot
    lisachenko authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    625a470 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Merge pull request #39 from php-deal/dependabot/composer/slevomat/cod…

    …ing-standard-tw-6.1
    
    Update slevomat/coding-standard requirement from ^4.8 to ^6.1
    lisachenko authored May 18, 2021
    Configuration menu
    Copy the full SHA
    a71984d View commit details
    Browse the repository at this point in the history
  2. Update phpstan/phpstan requirement from ^0.11.0 to ^0.12.88

    Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.
    - [Release notes](https://github.com/phpstan/phpstan/releases)
    - [Commits](phpstan/phpstan@0.11...0.12.88)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 18, 2021
    Configuration menu
    Copy the full SHA
    62b2759 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #47 from php-deal/dependabot/composer/phpstan/phps…

    …tan-tw-0.12.88
    
    Update phpstan/phpstan requirement from ^0.11.0 to ^0.12.88
    lisachenko authored May 18, 2021
    Configuration menu
    Copy the full SHA
    c6e07df View commit details
    Browse the repository at this point in the history
Loading