Skip to content

Add compatibility for Laravel 7.0 to 11.0#50

Merged
digitlimit merged 1 commit intomainfrom
49-add-compatibility-for-laravel-70-to-110
Sep 30, 2024
Merged

Add compatibility for Laravel 7.0 to 11.0#50
digitlimit merged 1 commit intomainfrom
49-add-compatibility-for-laravel-70-to-110

Conversation

@digitlimit
Copy link
Owner

Add compatibility for Laravel 7.0 to 11.0

This commit updates the composer.json to ensure that the package is compatible with Laravel versions 7.0 through 11.0. The following changes have been made:

  • Updated illuminate/contracts and illuminate/support requirements to include versions ^7.20|^8.19|^9.0|^10.0|^11.0.
  • Updated laravel/framework requirement in require-dev to include versions ^7.20|^8.19|^9.0|^10.0|^11.0.
  • Maintained PHP version compatibility with ^7.4|^8.0.

These changes ensure that the package can be used with the latest Laravel releases while maintaining backward compatibility with earlier versions starting from 7.0.

This commit closes issue #49 by extending the package's compatibility range and addressing the requirements specified in the issue.

@digitlimit digitlimit self-assigned this Sep 30, 2024
@digitlimit digitlimit linked an issue Sep 30, 2024 that may be closed by this pull request
@digitlimit digitlimit merged commit 2f0f795 into main Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Add compatibility for Laravel 7.0 to 11.0

1 participant