Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
T1Il committed Aug 26, 2023
1 parent 9371168 commit af35186
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"name": "tills/bivieh_devmarkt",
"type": "project",
"require": {
"guzzlehttp/guzzle": "^7.3",
"wohali/oauth2-discord-new": "^1.1",
"php": "*",
"guzzlehttp/guzzle": "*",
"wohali/oauth2-discord-new": "*",
"ext-pdo": "*",
"monolog/monolog": "^3.4",
"monolog/monolog": "*",
"ext-gd": "*"
},
"authors": [
Expand Down
3 changes: 2 additions & 1 deletion composer.lock

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

2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"

services:
devmarkt2:
devmarkt:
container_name: bivieh_devmarkt
build:
context: .
Expand Down

0 comments on commit af35186

Please sign in to comment.