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

Add support laravel 11, and add test for php 8.3 #46

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

lloricode
Copy link
Contributor

No description provided.

Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com>
@lloricode
Copy link
Contributor Author

⚗️ Using this package? If you would like to help test these changes or believe them to be compatible, you may update your project to reference this branch.

To do so, temporarily add my fork to the repositories property of your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/lloricode/themes.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
         "hasnayeen/themes": "dev-feature/laravel-11",
    }
}

Finally, run: composer update

@Hasnayeen Hasnayeen merged commit 74d6aa1 into Hasnayeen:3.x Mar 13, 2024
1 check passed
@Hasnayeen
Copy link
Owner

tested on a fresh L11, works! thanks for the PR 👍

@lloricode lloricode deleted the feature/laravel-11 branch March 13, 2024 02:33
@lloricode
Copy link
Contributor Author

tested on a fresh L11, works! thanks for the PR 👍

Hi, can you release a tag for it?

@Hasnayeen
Copy link
Owner

tested on a fresh L11, works! thanks for the PR 👍

Hi, can you release a tag for it?

Done!

@lloricode
Copy link
Contributor Author

tested on a fresh L11, works! thanks for the PR 👍

Hi, can you release a tag for it?

Done!

thank you

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.

None yet

2 participants