Skip to content

Commit

Permalink
Upgrade to symfony 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Calie committed Feb 8, 2018
1 parent 08fe132 commit cf7de46
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 251 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config/parameters.yml
vendor
bin
coverage.xml
coverage.xml
2 changes: 1 addition & 1 deletion cache/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*
!.gitignore
!.gitignore
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"type": "project",
"require": {
"php": "^7.0.0",
"symfony/console": "^3.3",
"symfony/console": "^3.4",
"guzzlehttp/guzzle": "^6.2",
"symfony/dependency-injection": "^3.3",
"symfony/config": "^3.3",
"symfony/yaml": "^3.3",
"jms/serializer": "^1.4",
"symfony/dependency-injection": "^3.4",
"symfony/config": "^3.4",
"symfony/yaml": "^3.4",
"jms/serializer": "^1.11",
"doctrine/cache": "^1.6",
"nesbot/carbon": "^1.21"
},
Expand Down
Loading

0 comments on commit cf7de46

Please sign in to comment.