Skip to content

Commit

Permalink
Updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Jan 19, 2022
1 parent c9b853a commit 534bb44
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 151 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ thumbs.db
Vagrantfile
.vagrant*
.idea
.php-version
.vscode/*
appveyor.yml

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ help:

install: ## to install all project
composer install
make db-create
make db-reset

server: ## to start server
bin/console server:start 127.0.0.1:8088 || true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"bolt/redactor": "^2.0",
"bolt/themes": "^3.5",
"nelmio/security-bundle": "^2.10",
"symfony/flex": "^1.17 || ^2.0"
"symfony/flex": "^2.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit 534bb44

Please sign in to comment.