Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update brainy #33

Merged
merged 4 commits into from Aug 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ page on the wiki.

### Minimum Requirements

- PHP 7.4+
- PHP 7.3+
- `mbstring` PHP extension

The `mbstring` extension is required in order to properly support Unicode in templates and user-provided content. Brainy 3 cannot be run in a mode that does not handle Unicode properly.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "box/brainy",
"type": "library",
"version": "3.2.1",
"version": "4.0.0",
"description": "Brainy - A smart, parallel templating engine based on Smarty",
"keywords": ["templating", "smarty", "template", "mustache", "twig"],
"license": "LGPL-3.0",
Expand All @@ -24,7 +24,7 @@
}
],
"require": {
"php": ">=5.4"
"php": ">=7.3"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "3.*",
Expand Down