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 d1fb83e commit b321309
Show file tree
Hide file tree
Showing 3 changed files with 622 additions and 553 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hanaboso/data-grid",
"license": "proprietary",
"version": "2.1.5",
"version": "2.1.6",
"description": "Data grid",
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit b321309

Please sign in to comment.