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

Support Laravel 9 #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support Laravel 9 #21

wants to merge 1 commit into from

Conversation

Shelob9
Copy link

@Shelob9 Shelob9 commented Jun 7, 2022

I wasn't able to install in Laravel 9, no way to build compatible package.

I did a fork, changed the requriments for PHP, Illuminate packages and Symfony process. Then I tested by adding to composer.json:

"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/Shelob9/Backup"
        }
    ]

and in require:

        "cornford/backup": "dev-patch-1"

I was able to get the package installed with composer update.

@Shelob9
Copy link
Author

Shelob9 commented Jun 7, 2022

The problem with this is the update to Symfony/Process isn't backwards compatible. Need to change how it's used.

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