Skip to content

Commit

Permalink
Keeps support for 8.1, Adds support for 8.2 & 8.3. Updates docker fpm…
Browse files Browse the repository at this point in the history
… to 8.3 👍
  • Loading branch information
yordadev committed Apr 18, 2024
1 parent 85fbd17 commit 8d7861c
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 77 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.2-fpm
FROM php:8.3-fpm

RUN apt-get update \
&& apt-get -y install libzip-dev zlib1g-dev git zip unzip libicu-dev g++ libbz2-dev libmemcached-dev \
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
],
"minimum-stability": "dev",
"require": {
"php": "^8.2",
"php": "^8.1|^8.2|^8.3",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"monolog/monolog": "^2.0|^3",
"guzzlehttp/guzzle": "^7.4.5"
"guzzlehttp/guzzle": "^7.5"
},
"require-dev": {
"ext-pdo_sqlite": "*",
Expand Down
Loading

0 comments on commit 8d7861c

Please sign in to comment.