Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/plugin/blank/blueprints.yaml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docs: https://github.com/{{ githubid }}/grav-plugin-{{ component.name|hyphenize
license: MIT

dependencies:
- { name: grav, version: '>=1.6.0' }
- { name: grav, version: '>=1.7.0' }

form:
validation: loose
Expand Down
2 changes: 1 addition & 1 deletion components/plugin/blank/composer.json.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.1.3"
"php": ">=7.3.6"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 0 additions & 2 deletions components/plugin/blank/plugin.php.twig
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class {{ component.name|camelize }}Plugin extends Plugin
{
return [
'onPluginsInitialized' => [
// Uncomment following line when plugin requires Grav < 1.7
// ['autoload', 100000],
['onPluginsInitialized', 0]
]
];
Expand Down
2 changes: 1 addition & 1 deletion components/plugin/flex/blueprints.yaml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docs: https://github.com/{{ githubid }}/grav-plugin-{{ component.name|hyphenize
license: MIT

dependencies:
- { name: grav, version: '>=1.6.0' }
- { name: grav, version: '>=1.7.0' }

form:
validation: loose
Expand Down
2 changes: 1 addition & 1 deletion components/plugin/flex/composer.json.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=7.1.3"
"php": ">=7.3.6"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 0 additions & 2 deletions components/plugin/flex/plugin.php.twig
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ class {{ component.name|camelize }}Plugin extends Plugin
{
return [
'onPluginsInitialized' => [
// Uncomment following line when plugin requires Grav < 1.7
// ['autoload', 100000],
['onPluginsInitialized', 0]
],
FlexRegisterEvent::class => [['onRegisterFlex', 0]],
Expand Down
2 changes: 1 addition & 1 deletion components/theme/inheritance/blueprints.yaml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ readme: https://github.com/{{ githubid }}/grav-theme-{{ component.name|hyphenize
license: MIT

dependencies:
- { name: grav, version: '>=1.6.0' }
- { name: grav, version: '>=1.7.0' }
2 changes: 1 addition & 1 deletion components/theme/pure-blank/blueprints.yaml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ readme: https://github.com/{{ githubid }}/grav-theme-{{ component.name|hyphenize
license: MIT

dependencies:
- { name: grav, version: '>=1.6.0' }
- { name: grav, version: '>=1.7.0' }

form:
validation: loose
Expand Down
2 changes: 1 addition & 1 deletion components/theme/tailwind-mix/blueprints.yaml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ readme: https://github.com/{{ githubid }}/grav-theme-{{ component.name|hyphenize
license: MIT

dependencies:
- { name: grav, version: '>=1.6.0' }
- { name: grav, version: '>=1.7.0' }

form:
validation: loose
Expand Down
2 changes: 1 addition & 1 deletion components/theme/tailwind/blueprints.yaml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ readme: https://github.com/{{ githubid }}/grav-theme-{{ component.name|hyphenize
license: MIT

dependencies:
- { name: grav, version: '>=1.6.0' }
- { name: grav, version: '>=1.7.0' }

form:
validation: loose
Expand Down