Skip to content
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.

Commit

Permalink
added support for Symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 25, 2018
1 parent c0478dd commit 046bee8
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 159 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"twig/twig": "~2.0",
"nikic/php-parser": "~3.0",
"michelf/php-markdown": "~1.3",
"symfony/console": "~3.0",
"symfony/finder": "~3.0",
"symfony/filesystem": "~3.0",
"symfony/yaml": "~3.0",
"symfony/process": "~3.0",
"symfony/console": "~3.0|~4.0",
"symfony/finder": "~3.0|~4.0",
"symfony/filesystem": "~3.0|~4.0",
"symfony/yaml": "~3.0|~4.0",
"symfony/process": "~3.0|~4.0",
"phpdocumentor/reflection-docblock": "~2.0",
"blackfire/php-sdk": "^1.5.18"
},
Expand Down
Loading

0 comments on commit 046bee8

Please sign in to comment.