Skip to content

Commit

Permalink
chore: php version dependency tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
paulredmond committed Dec 20, 2023
1 parent 2446478 commit 143121f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=7.4.0",
"php": "^7.4|^8.2",
"smarty/smarty": "^3.1|^4.0",
"slim/slim": "^3.0"
},
Expand All @@ -23,5 +23,10 @@
"psr-4": {
"Slim\\Views\\": "src"
}
},
"config": {
"platform": {
"php": "7.4"
}
}
}

0 comments on commit 143121f

Please sign in to comment.