Skip to content

Commit

Permalink
Updated symfony version in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
damianociarla committed Jul 28, 2014
1 parent 7a3072d commit a98a047
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ web/bundles/*
app/config/parameters.ini
app/config/parameters.yml
/nbproject/private/
/nbproject/
/nbproject/

# PhpStorm
.idea
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": "2.3.*"
"symfony/symfony": "~2.3"
},
"autoload": {
"psr-0": { "DCS\\RatingBundle": "" }
Expand Down

0 comments on commit a98a047

Please sign in to comment.