Skip to content

Commit

Permalink
Updating gaufrette dependency.
Browse files Browse the repository at this point in the history
Use latest stable.
  • Loading branch information
jenkoian authored Jan 26, 2017
1 parent 8fd4e03 commit 2fadcf5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": ">=5.4.0",
"league/flysystem": "^1.0",
"knplabs/gaufrette": "~0.4"
"knplabs/gaufrette": "^0.2"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
Expand All @@ -30,6 +30,5 @@
"dev-master": "1.0-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
"minimum-stability": "stable"
}

0 comments on commit 2fadcf5

Please sign in to comment.