Skip to content

Commit c027f2d

Browse files
committed
update composer
1 parent d339b4d commit c027f2d

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"name": "tills/bivieh_devmarkt",
33
"type": "project",
44
"require": {
5-
"guzzlehttp/guzzle": "^7.3",
6-
"wohali/oauth2-discord-new": "^1.1",
5+
"php": "*",
6+
"guzzlehttp/guzzle": "*",
7+
"wohali/oauth2-discord-new": "*",
78
"ext-pdo": "*",
8-
"monolog/monolog": "^3.4",
9+
"monolog/monolog": "*",
910
"ext-gd": "*"
1011
},
1112
"authors": [

composer.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22

33
services:
4-
devmarkt2:
4+
devmarkt:
55
container_name: bivieh_devmarkt
66
build:
77
context: .

0 commit comments

Comments
 (0)