Skip to content

Commit

Permalink
Fixup composer PHP boundaries
Browse files Browse the repository at this point in the history
the way it's handled by Symfony, i.e allowing PHP 9 be default in the
future
  • Loading branch information
ogizanagi committed Apr 4, 2024
1 parent 7183ad2 commit 3a8cc3f
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 @@ -33,7 +33,7 @@
},
"prefer-stable": true,
"require": {
"php": "^8.1",
"php": ">=8.1",
"ext-dom": "*",
"erusev/parsedown": "^1.7.4",
"symfony/asset": "^6.1|^7.0",
Expand Down

0 comments on commit 3a8cc3f

Please sign in to comment.