Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ping-localhost
Copy link
Contributor

Q A
Branch? 1.3
Bug fix? No
New feature? No
BC breaks? No
Deprecations? No
Related tickets No
License MIT

This PR removes a few leftover references to Symfony 3. app.php and app_dev.php are no longer used and web has been renamed to public.

@ping-localhost ping-localhost requested a review from a team as a code owner October 8, 2018 19:17
Copy link
Contributor

@pamil pamil left a comment

Choose a reason for hiding this comment

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

Thank you, just one more quirk needs a fix! :)

->setName('sylius:theme:assets:install')
->setDefinition([
new InputArgument('target', InputArgument::OPTIONAL, 'The target directory', 'web'),
new InputArgument('target', InputArgument::OPTIONAL, 'The target directory', 'public'),
Copy link
Contributor

Choose a reason for hiding this comment

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

This change should be reverted - it's a BC break (it is still possible to use Sylius 1.3 with old directory structure).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've reverted the default value change.

@pamil pamil added Documentation Documentation related issues and PRs - requests, fixes, proposals. Maintenance CI configurations, READMEs, releases, etc. labels Oct 9, 2018
@pamil pamil merged commit b2dd5a3 into Sylius:1.3 Oct 9, 2018
@pamil
Copy link
Contributor

pamil commented Oct 9, 2018

Thank you, Mitchell! πŸ₯‡

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Documentation related issues and PRs - requests, fixes, proposals. Maintenance CI configurations, READMEs, releases, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants