baopham / laravel-dynamodb

Eloquent syntax for DynamoDB
https://packagist.org/packages/baopham/dynamodb
MIT License
484 stars 128 forks source link

Laravel 10.x Compatibility #266

Closed laravel-shift closed 1 year ago

laravel-shift commented 1 year ago

This is an automated pull request from Shift to update your package code and dependencies to be compatible with Laravel 10.x.

Before merging, you need to:

If you do find an issue, please report it by commenting on this PR to help improve future automation.

laravel-shift commented 1 year ago

:alembic: 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 Shift's fork to the repositories property of your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/laravel-shift/laravel-dynamodb.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "baopham/dynamodb": "dev-l10-compatibility",
    }
}

Finally, run: composer update

scrutinizer-notifier commented 1 year ago

The inspection completed: No new issues

atymic commented 1 year ago

@baopham any chance of a merge?

nelson6e65 commented 1 year ago

There are no automatic tests yet, @atymic. Sorry, I was busy, u.u. I'll check my test suite improvements this weekend to accelerate any new implementation.

But, I'm about to test it manually in a project. You can give it a try temporally by following the bot example.

nelson6e65 commented 1 year ago

@atymic let me see if I can make a pre-release. I'll check this later when I get home. But, would be great if you can give me any feedback if you can test the bot branch. :)

nelson6e65 commented 1 year ago

@atymic Can you install and check if any problem in new v6.3.0 release?

atymic commented 1 year ago

Installed, will give it a test later :) Thanks!