Skip to content
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

Fix .travis.yml and composer.json for individual bundles and components #3838

Conversation

pjedrzejewski
Copy link
Member

No description provided.

@bendavies
Copy link
Contributor

👍

@pjedrzejewski pjedrzejewski changed the title [WIP] Fix .travis.yml and composer.json for individual bundles and components Fix .travis.yml and composer.json for individual bundles and components Jan 9, 2016
@pjedrzejewski
Copy link
Member Author

@Sylius/core-team Please review and merge if good to go, I'd like to run the subtree split manually and see how many builds are left to fix. :)


before_script: composer install --prefer-source --no-interaction
before_script: composer install --dev --prefer-source
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove --dev as it is the default behaviour.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why removing --no-interaction?

@pjedrzejewski pjedrzejewski force-pushed the fix-travis-ymls-and-composer-jsons branch from 9756c58 to e6c6d6f Compare January 9, 2016 17:10
michalmarcinkowski added a commit that referenced this pull request Jan 9, 2016
…ser-jsons

Fix .travis.yml and composer.json for individual bundles and components
@michalmarcinkowski michalmarcinkowski merged commit 862ce45 into Sylius:master Jan 9, 2016
@michalmarcinkowski
Copy link
Contributor

👍

@@ -26,10 +26,11 @@
"doctrine/common": "~2.3",
"symfony/event-dispatcher": "^2.7",
"symfony/property-access": "^2.7",
"winzou/state-machine": "~0.1"
"winzou/state-machine": "~0.1",
"white-october/pagerfanta-bundle": "^1.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why requiring the bundle instead of the component ?
Is it a hard dependency ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, probably wrong copy paste, I will check but I am 99% sure we don't need a bundle here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants