-
-
Notifications
You must be signed in to change notification settings - Fork 387
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
Upgrade cs lib #1069
Upgrade cs lib #1069
Conversation
6323d5f
to
a6fd240
Compare
626fbd7
to
b4359cc
Compare
The Travis build fails because of an issue I reported here: box-project/box#489 |
tests/Doctrine/Migrations/Tests/Tools/Console/Command/MigrationVersionTest.php
Show resolved
Hide resolved
b3a5c51
to
36e7a85
Compare
d3935c1
to
a7e1335
Compare
Blocked by box-project/box#490 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am good with this changes. They improve the current state of the codebase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is a 404 to download the box
a7e1335
to
2c2969b
Compare
Converting to draft until the numerous issues with box are resolved. |
1da8a2d
to
7b9b3c3
Compare
And of course now it fails with the same errors I had when attempting to migrate to GA… that had nothing to do with GA. |
Good news: I'm reproducing the failure locally. |
Ah apparently this is supposed to be fixed by 3.9.0: box-project/box@e65178c … which cannot be downloaded as a PHAR : box-project/box#490 |
|
3.1.0 crashes with syntax error, unexpected 'fn' (T_FN), expecting identifier (T_STRING)
You do not know what it may contain. If it contains directories unreadable for the current user, for instance, the test suite will crash because these cannot be opened.
880e97b
to
d0d0a8c
Compare
A version of the PHAR was just manually uploaded! It fixes the build locally, I just pushed 🎉 |
88dc534
to
ff4bae1
Compare
A bug in box prevents it from running on PHP 7.1
ff4bae1
to
2e93395
Compare
We no longer put composer.lock under version control and resort to composer install. Instead, if a tool breaks often, we use tighter version constraints for it.
2e93395
to
e7dde1e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 looks good!
No description provided.