-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved symfony finder to dev-dependency
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e6df0f2
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.
@antonmedv Would you mind adding this to 4.x too and making a new 4.x release with this change?
This currently prevents us from updating other packages which require Symfony 4.1, since we still cannot update from Deployer 4.x (see #1387).
e6df0f2
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.
Okay. Will do. You can't use symfony/finder? Can you open PR?
e6df0f2
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.
No problem: #1702
Aside from that the next issue I've encountered is
symfony/expression-language
. Currentlyelfet/pure
only supports~2.6|~3.0
but we'll need^4.1
...e6df0f2
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 see :) PR to pure too? :)
e6df0f2
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.
@mbrodala I guess you would also need
"~2.7|~3.0|~4.0"
for the symfony/* dependencies in the require-section, don't you?e6df0f2
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.
@staabm No, that doesn't matter since
require-dev
is only loaded for Deployer as root package, not as dependency.e6df0f2
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.
@antonmedv
Also there is antonmedv/purephp#5 ...
e6df0f2
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.
Some really old stuff. :) If you can figure it out what to do, I'll merge it and release.
e6df0f2
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.
@mbrodala but what about all those other symfony dependencies (which are part of the
require
section)?deployer/composer.json
Lines 33 to 35 in e6df0f2
e6df0f2
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.
@staabm They don't hit us personally ATM. ;-)
e6df0f2
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.
@antonmedv I'll have a look.
e6df0f2
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.
@antonmedv See https://github.com/antonmedv/purephp/compare/master...mbrodala:symfony-v3-v4?expand=1 At least the tests still run fine.
I cannot create a PR since the repository is readonly.
e6df0f2
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.
Merged! https://github.com/antonmedv/purephp/releases/tag/v3.0.0
Can you now create PR with updated version to deployer?
e6df0f2
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 you go: #1703.
Notice that I'm currently looking at
deployer/dist
instead to get out of this dependency issue. So far it's looking quite well.e6df0f2
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.
@antonmedv Can you also update
elfet/pure
on Packagist? Currently it still shows v2.0.0 as latest version.