Skip to content

Commit

Permalink
Merge pull request #7 from lion-packages/support
Browse files Browse the repository at this point in the history
Support with PHP 8.4
  • Loading branch information
Sleon4 authored Dec 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 78aa244 + f7b2e6e commit b9e7e01
Showing 3 changed files with 80 additions and 84 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.3-apache
FROM php:8.4-apache

ARG DEBIAN_FRONTEND=noninteractive
# ----------------------------------------------------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
}
},
"require": {
"php": ">=8.3"
"php": ">=8.4"
},
"require-dev": {
"lion/test": "^2.0",
Loading

0 comments on commit b9e7e01

Please sign in to comment.