Skip to content

Commit

Permalink
Fixed dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
victorynox authored Mar 26, 2018
1 parent f99790d commit ed63df5
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 ed63df5

Please sign in to comment.