Skip to content

Commit

Permalink
Merge pull request #11 from SpacePossum/master_bump_package_versions
Browse files Browse the repository at this point in the history
Bump supported package versions.
  • Loading branch information
SpacePossum committed May 19, 2016
2 parents c8d9af3 + b1cecd3 commit a3c9f12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"require": {
"php": "^5.5 || ^7.0",
"silex/silex": "v2.*",
"symfony/filesystem": "2.7.3"
"symfony/filesystem": "~2.8|3.0.*"
},
"require-dev": {
"symfony/yaml": "~2.6",
"symfony/yaml": "~2.8|3.0.*",
"gecko-packages/gecko-memcache-mock" : "^2.0"
},
"autoload": {
Expand All @@ -20,6 +20,6 @@
}
},
"suggest": {
"symfony/yaml": "For using Yaml formatted configuration files."
"symfony/yaml": "For using Yaml formatted configuration files (~2.8|3.0.*)."
}
}

0 comments on commit a3c9f12

Please sign in to comment.