Skip to content

Commit

Permalink
PR: Add PHP version and extension requirementss froala#24
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-accolite-801 committed Feb 15, 2023
1 parent c46686f commit 17e50db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@
"role": "Maintainer"
}
],
"require": {},
"require": {
"php": ">=5.4.0",
"ext-fileinfo": "*",
"ext-imagick": "*"
},
"autoload": {
"psr-0": {
"FroalaEditor": "lib/"
Expand Down

0 comments on commit 17e50db

Please sign in to comment.