Skip to content

Commit

Permalink
allow PHP above 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Thyrannoizer committed Jan 12, 2023
1 parent 3721239 commit 2ecbd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.4",
"php": ">=7.4",
"ext-json": "*",
"becklyn/assets-bundle": "^2.3",
"symfony/dependency-injection": "^4.1 || ^5.0",
Expand Down

0 comments on commit 2ecbd9e

Please sign in to comment.