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

Upgrading Skeleton to PHP 8.2 #345

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

Commits on Feb 29, 2024

  1. Bumping PHP Version

    Bumping PHP versionn to 8.3
    JimTools committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    68421d2 View commit details
    Browse the repository at this point in the history
  2. Constructor property promotion

    changing constructors to user new syntax where it makes sense
    JimTools committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b703cf1 View commit details
    Browse the repository at this point in the history
  3. replace if else with match

    using match to get get error message
    JimTools committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f2a6c52 View commit details
    Browse the repository at this point in the history
  4. Union Types

    Adding union types for better type hinting
    JimTools committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b6f8cd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31b291b View commit details
    Browse the repository at this point in the history
  6. Updating README

    Updating the php version in README
    JimTools committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0ef17a1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

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

Commits on May 19, 2024

  1. chore: supporting PHP 8.2

    Supporting all supported versions of PHP 8.2 and 8.3
    JimTools committed May 19, 2024
    Configuration menu
    Copy the full SHA
    5bc06a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af916e9 View commit details
    Browse the repository at this point in the history