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 30b464e commit 9c66526Copy full SHA for 9c66526
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM richarvey/nginx-php-fpm:1.10.4
+FROM wyveo/nginx-php-fpm:php80
2
3
COPY . .
4
composer.json
@@ -8,7 +8,7 @@
8
],
9
"license": "MIT",
10
"require": {
11
- "php": "^7.4.10",
+ "php": "^8.0.1",
12
"fideloper/proxy": "^4.0",
13
"laravel/framework": "8.23.*",
14
"laravel/tinker": "^2.5",
0 commit comments