Skip to content

Commit

Permalink
Merge pull request #16 from victorynox/master
Browse files Browse the repository at this point in the history
Fixed dependencies version
  • Loading branch information
tejerka authored Mar 26, 2018
2 parents f99790d + ed63df5 commit d1a6b2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
}
],
"require": {
"symfony/filesystem": ">=3.4",
"symfony/finder": ">=3.4",
"symfony/lock": ">=3.4",
"aws/aws-sdk-php": ">=2.7"
"symfony/filesystem": "^3.4",
"symfony/finder": "^3.4",
"symfony/lock": "^3.4",
"aws/aws-sdk-php": "^2.7"
},
"require-dev": {
"atoum/atoum": "~3.1",
Expand Down

0 comments on commit d1a6b2e

Please sign in to comment.