Skip to content

Commit

Permalink
rollback to php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qdequippe committed Dec 18, 2023
1 parent e8bdcd8 commit 588d3e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"symfony/polyfill-php80": "*"
},
"require": {
"php": ">=8.2",
"php": "~8.2",
"ext-ctype": "*",
"ext-dom": "*",
"ext-exif": "*",
Expand Down Expand Up @@ -114,7 +114,7 @@
},
"sort-packages": true,
"platform": {
"php": "8.3"
"php": "8.2"
}
},
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

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

0 comments on commit 588d3e4

Please sign in to comment.