philkra / elastic-apm-laravel

Elastic APM Client for Laravel
94 stars 50 forks source link

Update composer.json #8

Closed JustSteveKing closed 6 years ago

JustSteveKing commented 6 years ago

Ran a local test using:

"repositories": [
        {
            "type": "path",
            "url": "../../Repos/elastic-apm-laravel",
            "options": {
                "symlink": true
            }
        }
    ]

All working perfectly fine on my end!

JustSteveKing commented 6 years ago

@philkra should be ok to merge this, no issues with 5.7

philkra commented 6 years ago

Thanks Steven!