Compare commits

...

1 Commits
sw ... master

Author SHA1 Message Date
zyphlar
3f430da113 Update composer.json 2017-03-11 02:05:18 -08:00

View File

@ -15,9 +15,15 @@
"homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors" "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
} }
], ],
"repositories": [
{
"type": "git",
"url": "https://github.com/zyphlar/Gaufrette"
}
],
"require": { "require": {
"symfony/framework-bundle": "~2.0|~3.0", "symfony/framework-bundle": "~2.0|~3.0",
"knplabs/gaufrette": "~0.1.7|~0.2" "knplabs/gaufrette": "dev-sw"
}, },
"require-dev": { "require-dev": {
"symfony/yaml": "~2.0|~3.0", "symfony/yaml": "~2.0|~3.0",