Skip to content

Commit

Permalink
Require polyfill for APCu
Browse files Browse the repository at this point in the history
  • Loading branch information
bracki committed Nov 24, 2017
1 parent 51a506c commit 8e52b00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
],
"require": {
"php": ">=5.6.3",
"guzzlehttp/guzzle": "^6.2"
"guzzlehttp/guzzle": "^6.2",
"symfony/polyfill-apcu": "^1.6"
},
"require-dev": {
"phpunit/phpunit": "4.1.0"
Expand Down

0 comments on commit 8e52b00

Please sign in to comment.