Skip to content

Commit

Permalink
Support PHP 8.0.2 only
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel committed May 16, 2023
1 parent 855fc7c commit 4f61d8c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# Used for local development
FROM php:8.0-cli-alpine
FROM php:8.0.2-cli-alpine

USER root

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -15,14 +15,14 @@
"type": "library",
"minimum-stability": "stable",
"require": {
"php": "^7.1|^8.0",
"php": "^8.0.2",
"ext-json": "*",
"doctrine/orm": "^2.7",
"doctrine/annotations": "^1.13",
"doctrine/common": "^3.2",
"doctrine/cache": "^1.11",
"league/fractal": "^0.17.0",
"symfony/http-foundation": "^5.0",
"symfony/http-foundation": "^6.0",
"pmill/doctrine-array-hydrator": "^0.1.2",
"symfony/validator": "^5.0"
},
Expand Down
32 changes: 17 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f61d8c

Please sign in to comment.