Skip to content

Commit

Permalink
Merge pull request #53 from laposa/50-php8-compatibility
Browse files Browse the repository at this point in the history
50 php8 compatibility
  • Loading branch information
norbertlaposa committed Mar 1, 2024
2 parents 8b521fb + 17d53b8 commit f74e92d
Show file tree
Hide file tree
Showing 19 changed files with 177 additions and 2,617 deletions.
10 changes: 1 addition & 9 deletions composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "laposa/onyx",
"description": "CMS",
"require": {
"php": "^7.3",
"php": ">=7.3",
"tracy/tracy": "^2.7",
"doctrine/dbal": "^3.1",
"symfony/cache": "^5.2",
Expand All @@ -12,13 +12,5 @@
"html2text/html2text": "^4.3",
"symfony/http-client": "^5.2",
"symfony/http-foundation": "^5.4"
},
"config": {
"platform": {
"php": "7.3.31"
},
"allow-plugins": {
"composer/package-versions-deprecated": true
}
}
}

0 comments on commit f74e92d

Please sign in to comment.