Skip to content

Conversation

nagi1
Copy link

@nagi1 nagi1 commented Feb 25, 2025

This pull request includes updates to the composer.json file to ensure compatibility with newer versions of PHP and package dependencies.

Dependency updates:

  • Updated the PHP version requirement to support versions ^8.3|^8.4.
  • Updated spatie/laravel-package-tools to version ^1.19.0.
  • Added support for version ^12.0 of illuminate/contracts.

composer.json Outdated
@@ -27,11 +27,11 @@
}
],
"require": {
"php": "^8.1|^8.2",
"php": "^8.3|^8.4",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks the old version

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you have another way of fixing please do fix it and release 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