Skip to content

Commit

Permalink
Correct opcache extension name in composer (CodelyTV#107)
Browse files Browse the repository at this point in the history
* fix name extension

See this link for more details: https://stackoverflow.com/questions/51447950/why-wont-composer-use-opcache

* updated composer.lock
  • Loading branch information
pana1990 authored and rgomezcasas committed Jul 15, 2019
1 parent 34f9021 commit d9fe999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ext-ctype": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-opcache": "*",
"ext-zend-opcache": "*",
"ext-pdo": "*",

"incenteev/composer-parameter-handler": "^2.1",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9fe999

Please sign in to comment.