Skip to content

Commit

Permalink
Re-enable platform-check
Browse files Browse the repository at this point in the history
This makes sure that we output sensible error (not very pretty, but
useful) when required extensions are missing.

Fixes #7560
  • Loading branch information
weirdan committed Nov 26, 2022
1 parent 45ed177 commit b8ca90c
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 @@ -68,7 +68,7 @@
},
"optimize-autoloader": true,
"sort-packages": true,
"platform-check": false
"platform-check": true
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit b8ca90c

Please sign in to comment.