Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Added support for branch master on bosnadev/database #168

Merged
merged 1 commit into from
Apr 25, 2022

Conversation

robertosanval
Copy link
Contributor

This allows to update to Laravel 9. bosnadev/database has added support to illuminate/database 9.0 on master branch

This allows to update to Laravel 9. bosnadev/database has added support to illuminate/database 9.0 on master branch
@v1r0x
Copy link
Contributor

v1r0x commented Apr 22, 2022

As a workaround until this PR is merged (or bosnadev/database has a new release) I added this to composer.json to finally update to Laravel 9:

"require": {
        ...,
        "bosnadev/database": "dev-master as 0.21.1",
        ...
},
"repositories": [
        ...,
        {
            "type": "git",
            "url": "https://github.com/bosnadev/database.git"
        }
    ],

This overrides the 0.21.1 tag from bosnadev/database with current master branch. Not my preferred solution, but at least it works 🤷 😅

@mstaack mstaack merged commit a3c00e0 into mstaack:master Apr 25, 2022
@mstaack
Copy link
Owner

mstaack commented Apr 25, 2022

Merged

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

Successfully merging this pull request may close these issues.

3 participants