Skip to content

Commit

Permalink
Feat: upgrade php version
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru committed Jan 15, 2023
1 parent 89ddab7 commit 8ab2373
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-cli
FROM php:8.2-cli

ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.9.0/wait /usr/local/bin/docker-compose-wait
ADD docker/php/conf.d/. "$PHP_INI_DIR/conf.d/"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"madelineproto"
],
"require": {
"php": "~8.0|~8.1",
"php": "^8.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pcntl": "*",
Expand All @@ -28,7 +28,7 @@
"amphp/websocket-client": "^1",
"amphp/http-client": "^4",
"vlucas/phpdotenv": "^4",
"danog/madelineproto": "v7.0.144",
"danog/madelineproto": "^v7.0.144",
"amphp/http-server-form-parser": "^1.1"
},
"require-dev": {
Expand Down
49 changes: 33 additions & 16 deletions composer.lock

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

1 comment on commit 8ab2373

@Zxce3
Copy link

@Zxce3 Zxce3 commented on 8ab2373 Jan 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicee

Please sign in to comment.