Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Commit

Permalink
Upgrade project and prepare the 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
petk committed Jul 24, 2017
1 parent deee0d5 commit 164b58c
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 124 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ All notable changes to this project will be documented in this file. This projec

## [UNREALEASED] 2017-01-01

* ...

## [0.8.0] 2017-07-25

* Multiple bugs fixed
* Rename namespace
* Refactored reports logging
* Translations
* ...

## [0.7.0] - 2017-05-22

Expand Down
2 changes: 1 addition & 1 deletion app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parameters:
fb_app_secret: ~

# Default Facebook Graph API version
default_graph_version: 'v2.9'
default_graph_version: v2.10

# Facebook group ID of open, closed or secret group. For closed and secret
# groups, the user who generates stats must be group admin. Moderators and
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"license": "MIT",
"require": {
"php": ">=7.1.0",
"facebook/graph-sdk": "^5.5",
"facebook/graph-sdk": "^5.6",
"symfony/yaml": "^3.3",
"symfony/console": "^3.3",
"symfony/expression-language": "^3.3",
"symfony/dependency-injection": "^3.3",
"symfony/translation": "^3.3",
"symfony/config": "^3.3",
"incenteev/composer-parameter-handler": "^2.1",
"twig/twig": "^2.3",
"monolog/monolog": "^1.22"
"twig/twig": "^2.4",
"monolog/monolog": "^1.23"
},
"require-dev": {
"phpunit/phpunit": "^6.2",
Expand Down
Loading

0 comments on commit 164b58c

Please sign in to comment.