-
Notifications
You must be signed in to change notification settings - Fork 3
Twig 2 compatibility and updated composer packages #13
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
base: master
Are you sure you want to change the base?
Changes from all commits
cb8f1be
c1d25e3
ea0a244
f9eae0a
86f95c5
d3ceb92
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| .idea/ | ||
| vendor/ |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,9 +3,9 @@ | |
| "homepage": "http://github.com/c9s/ClassTemplate", | ||
| "description": "Class template Utilities", | ||
| "require": { | ||
| "php": ">=5.3.0", | ||
| "corneltek/codegen": "^2", | ||
| "twig/twig": "^1" | ||
| "php": ">=7.2", | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This might break the dependent packages
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Alright, will try to use an old php version, is 7.1 ok? or should it be 5.x ? |
||
| "corneltek/codegen": "^3.2", | ||
| "twig/twig": "^2.11|^1.42" | ||
| }, | ||
| "require-dev": { | ||
| "corneltek/phpunit-testmore": "dev-master" | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is 7.2 a must?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure, something was wrong with travis build and it was complaining about missing packages.
Support for PHP 7.1 will end in December 2019 tho