Florian Cellier

Results 27 comments of Florian Cellier

Same here ! I take a look at it and try it, news about roadmap of merge to 1.x ? Thanks ;)

Mine works. I do a PR on Gaufrette itself.... https://github.com/chadyred/Gaufrette/tree/1.x

I solve token request ``` services: knp_gaufrette.adapter.opencloud: class: Gaufrette\Adapter\OpenStack abstract: true arguments: ["first", "second", "third", "fourth"] opencloud.connection: class: OpenStack\OpenStack arguments: - tokenId: "%openstack_token%" region: "%openstack_object_storage_region%" authUrl: "%openstack_identity_url%" username: "%openstack_username%" password:...

``` "repositories": [ { "type": "vcs", "url": "https://github.com/chadyred/Gaufrette.git" } ], "require": { "knplabs/gaufrette" : "1.x-dev as v0.9.0", } ```

Look my PR and the 2 commits : `https://github.com/KnpLabs/Gaufrette/pull/636/commits`

I have just done a pull request for this and I am in your same case. I submit it and I give it a try on my project ASAP and...

It works like a charm so I wait for merge !