Skip to content

Commit

Permalink
chore: update composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed May 8, 2020
1 parent 69f02ff commit 4e227bf
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 78 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -57,7 +57,7 @@
"symfony/finder": "^3.4 | ^4.1",
"symfony/process": "^3.4 | ^4.1",
"tracy/tracy": "^2.4",
"yawik/composer-plugin": "^1.0",
"yawik/composer-plugin": "^2.0",
"yawik/geo": "^1.1.0",
"laminas/laminas-authentication": "^2.5",
"laminas/laminas-cache": "^2.7",
Expand Down
154 changes: 79 additions & 75 deletions composer.lock

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

9 changes: 7 additions & 2 deletions module/Core/composer.json
Expand Up @@ -66,7 +66,7 @@
"cbleek/pecl-solr-hint": "dev-master",
"laminas/laminas-test": "^3.1",
"phpunit/phpunit": "^5.7",
"mikey179/vfsStream": "^1.6"
"mikey179/vfsstream": "^1.6"
},
"autoload": {
"psr-4": {
Expand All @@ -86,5 +86,10 @@
},
"bin": [
"bin/yawik"
]
],
"config": {
"platform": {
"ext-mongo": "1.6.16"
}
}
}

0 comments on commit 4e227bf

Please sign in to comment.