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

Feat/lucid 2.x #44

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Feat/lucid 2.x #44

wants to merge 12 commits into from

Commits on Jan 6, 2023

  1. Drop support for anything below Laravel 9.x and PHP 8.x

    - standardise files (type hints, return types, remove docblocks)
    - correctly typehint entities
    - remove unused code and files
    - fix str_replace warning
    ksimenic committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    ff5600b View commit details
    Browse the repository at this point in the history
  2. Update stubs

    ksimenic committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    677b513 View commit details
    Browse the repository at this point in the history
  3. Update tests handling

    - remove tests files in delete commands
    - add missing delete calls to test-commands.sh
    ksimenic committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    0270a53 View commit details
    Browse the repository at this point in the history
  4. Standardise commands

    - format strings
    - remove unused code
    - fix return types
    ksimenic committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    82e8333 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    5eaeee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82f7d87 View commit details
    Browse the repository at this point in the history
  3. Add php minimum requirement

    ksimenic committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    a12e229 View commit details
    Browse the repository at this point in the history
  4. Fix workflow file

    ksimenic committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    975ea3f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Install and run pint

    ksimenic committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    76d3e89 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Pint, Stan and Laravel commands

    - Added and run laravel pint
    - Added Laravel stan, configured it for level 5 and solved all issues
    - Rewrite commands to extend Laravel command instead of Symfony command
    ksimenic committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    66c649e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

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

Commits on Mar 28, 2023

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