HELLO v3!!!
This commit is contained in:
24
spec/fixtures/dynamic_finders/plugin_version/blade/composer_file/composer.json
vendored
Normal file
24
spec/fixtures/dynamic_finders/plugin_version/blade/composer_file/composer.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "mikaelmattsson/blade",
|
||||
"version": "0.3.7",
|
||||
"description": "The Blade template engine developed by Taylor Otwell and used in Laravel. Enables the use of Blade in your template files. We use this with Bedrock.",
|
||||
"keywords": ["wordpress", "plugin", "blade", "laravel", "templating"],
|
||||
"homepage": "https://github.com/MikaelMattsson/blade",
|
||||
"license": "GNUv2",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Andreas Ek",
|
||||
"email": "andreas@andreasek.se",
|
||||
"homepage": "http://www.aekab.se"
|
||||
},
|
||||
{
|
||||
"name": "Mikael Mattsson",
|
||||
"email": "mikael@weblyan.se",
|
||||
"homepage": "http://www.wallmanderco.se"
|
||||
}
|
||||
],
|
||||
"type": "wordpress-plugin",
|
||||
"require": {
|
||||
"php": ">=5.3.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user