Skip to content

Commit

Permalink
update: swoole and php version (#57)
Browse files Browse the repository at this point in the history
* update: swoole and php version

* remove: telescope
  • Loading branch information
xterm-inator authored Dec 18, 2024
1 parent 99c4c29 commit 2b2bef5
Show file tree
Hide file tree
Showing 8 changed files with 1,082 additions and 603 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN composer install \
--prefer-dist

#Image
FROM phpswoole/swoole:5.1-php8.3-alpine as base
FROM phpswoole/swoole:6.0-php8.4-alpine as base
LABEL authors="David Smith <[email protected]>"

RUN apk add --no-cache linux-headers
Expand Down
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM phpswoole/swoole:5.1-php8.3-alpine
FROM phpswoole/swoole:6.0-php8.4-alpine

RUN apk add --no-cache \
linux-headers \
Expand Down
3 changes: 1 addition & 2 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"php": "^8.3",
"php": "^8.4",
"ext-sodium": "*",
"evilfreelancer/routeros-api-php": "^1.4",
"guzzlehttp/guzzle": "^7.2",
Expand All @@ -21,7 +21,6 @@
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.0",
"laravel/telescope": "^5.0",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^10.0",
Expand Down
1,666 changes: 1,073 additions & 593 deletions api/composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/public/vendor/telescope/app-dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/public/vendor/telescope/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/public/vendor/telescope/app.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions api/public/vendor/telescope/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/app.js": "/app.js?id=7049e92a398e816f8cd53a915eaea592",
"/app-dark.css": "/app-dark.css?id=b11fa9a28e9d3aeb8c92986f319b3c44",
"/app.css": "/app.css?id=b3ccfbe68f24cff776f83faa8dead721"
"/app.js": "/app.js?id=99f84d421ae083196e0a45c3c310168b",
"/app-dark.css": "/app-dark.css?id=1ea407db56c5163ae29311f1f38eb7b9",
"/app.css": "/app.css?id=de4c978567bfd90b38d186937dee5ccf"
}

0 comments on commit 2b2bef5

Please sign in to comment.