Skip to content
Snippets Groups Projects
Verified Commit 3c3eafd0 authored by Dillenn Terumalai's avatar Dillenn Terumalai :speech_balloon:
Browse files

update: Updated to php 8.1

parent 7f825c42
Branches master
Tags v1.1.0
No related merge requests found
Pipeline #5469 passed
......@@ -27,10 +27,6 @@
]
}
},
"require": {
"ext-inotify": "*",
"ext-pcntl": "*"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.5",
......
......@@ -5,7 +5,7 @@ services:
build:
context: ./docker
dockerfile: Dockerfile
image: laravel-watcher-7.4/app
image: laravel-watcher-8.1/app
volumes:
- '.:/var/www/html'
networks:
......
FROM php:7.4-alpine
FROM php:8.1-alpine
# Install dev dependencies
RUN apk add --no-cache --virtual .build-deps \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment