Skip to content

Commit

Permalink
add support for symfony4
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-iwaniec authored and gordalina committed May 21, 2018
1 parent bf6acf5 commit 5154949
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"keywords": ["cache", "opcache", "apc", "fastcgi", "opcode", "fpm"],
"require": {
"php": ">=5.5.9",
"symfony/console": "~3.0",
"symfony/dependency-injection": "~3.0",
"symfony/process": "~3.0",
"symfony/yaml": "~3.0",
"symfony/console": "~3.0|~4.0",
"symfony/dependency-injection": "~3.0|~4.0",
"symfony/process": "~3.0|~4.0",
"symfony/yaml": "~3.0|~4.0",
"psr/log": "~1.0",
"monolog/monolog": "~1.1",
"adoy/fastcgi-client": "~1.0"
Expand Down

0 comments on commit 5154949

Please sign in to comment.