Skip to content

Commit

Permalink
Composer updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JirsaR committed Mar 31, 2020
1 parent 5107af0 commit e58748e
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 210 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -20,9 +20,11 @@ docker-down-clean: .env
# Composer
composer-install:
$(DE) composer install --no-suggest
$(DE) composer update --dry-run roave/security-advisories

composer-update:
$(DE) composer update --no-suggest
$(DE) composer update --dry-run roave/security-advisories

composer-outdated:
$(DE) composer outdated
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "hanaboso/mongo-data-grid",
"license": "proprietary",
"version": "1.4.7",
"version": "1.4.8",
"description": "MongoDataGrid",
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e58748e

Please sign in to comment.