We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9729d1b commit b6db302Copy full SHA for b6db302
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.2-alpine as base
+FROM php:8.3-alpine as base
2
3
ENV APPLICATION_MODE=prod
4
WORKDIR /opt/chimera/sample-react
composer.json
@@ -8,7 +8,7 @@
8
},
9
"prefer-stable": true,
10
"require": {
11
- "php": "~8.1.0 || ~8.2.0",
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
12
"ext-json": "*",
13
"ext-pcntl": "*",
14
"chimera/bus-tactician": "^1.0.x-dev",
0 commit comments