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

Update for PHP 8.3 minimum and other improvements #12

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

Conversation

rikgirbes
Copy link

@rikgirbes rikgirbes commented Dec 9, 2024

Description:
This pull request includes several updates and improvements to modernize the project:

  • PHP 8.3 minimum: Updated composer.json to require PHP 8.3. https://endoflife.date/php
  • Updated README: Reflects changes, added some headers.
  • Removed build directory: The build/ directory has been removed as it is not required, dependencies should be handled by composer.
  • Updated Composer packages: Ran composer update to ensure dependencies are up-to-date.
  • Added .gitignore: Excludes build/, vendor/, IDE specific files, and other sensible defaults.
  • Use Composer default bin-dir: Removed custom bin-dir, Composer defaults to vendor/bin.
  • Enforce HTTPS in Composer: Ensures secure URLs for Composer repositories.

Testing:

  • Verified the project runs successfully with PHP 8.3 + 8.4.
  • Composer installations and updates work as expected.

@rikgirbes
Copy link
Author

Fixes multiple issues:

#8 #5 #4 #3

@woutse
Copy link
Contributor

woutse commented Dec 12, 2024

Thanks for your pull request. We'll look into it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants