The Maze Runner tests have been failing recently for two reasons:
Composer 2 is stricter with package names and refused to install our zip file in the fixtures because it didn't have a vendor prefix (i.e. was bugsnag-laravel but should have been bugsnag/bugsnag-laravel)
The ISO8601 timestamp regex only accepted zulu time, not the timezone offset we send
Fixing 1 was easy, but 2 needed MR changes and so I migrated to v3 to allow us to pull in the latest MR with the fix
To update to MR v3, we now need to install libcurl headers for one of its dependencies (curb)
The Maze Runner tests have been failing recently for two reasons:
bugsnag-laravel
but should have beenbugsnag/bugsnag-laravel
)Fixing 1 was easy, but 2 needed MR changes and so I migrated to v3 to allow us to pull in the latest MR with the fix
To update to MR v3, we now need to install libcurl headers for one of its dependencies (
curb
)