Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Support sf 3.0 #89

Open
Nyholm opened this issue Nov 9, 2015 · 4 comments
Open

Support sf 3.0 #89

Nyholm opened this issue Nov 9, 2015 · 4 comments
Milestone

Comments

@Nyholm
Copy link
Collaborator

Nyholm commented Nov 9, 2015

It could be fun to try to support Symfony 3.0. Is this possible for the next major version?

@dizda
Copy link
Owner

dizda commented Nov 10, 2015

Is this bundle actually using outdated features to support sf3?

@Nyholm
Copy link
Collaborator Author

Nyholm commented Nov 10, 2015

I dont know. Part of resolving this issue is to investigate that and test run it with symfony 3

@dizda
Copy link
Owner

dizda commented Nov 10, 2015

Sure, let's give it a try

@Nyholm Nyholm added this to the 4.0 milestone Nov 10, 2015
@marcaube
Copy link
Contributor

For one, the services.yml config needs to be updated. The syntax to reference a service by name has changed to be valid YAML.

# Before
services:
    dizda.cloudbackup.manager.database:
        class: Dizda\CloudBackupBundle\Manager\DatabaseManager
        arguments:
          - @logger

# After, notice the last line
services:
    dizda.cloudbackup.manager.database:
        class: Dizda\CloudBackupBundle\Manager\DatabaseManager
        arguments:
          - '@logger'

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

No branches or pull requests

3 participants