-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Readme and adjusted project structure
- Loading branch information
Showing
5 changed files
with
102 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,31 @@ | ||
{ | ||
"name": "djboris88/twig-include-comments", | ||
"description": "Twig extension which outputs HTML comments before and after the `include` tag", | ||
"keywords": ["twig", "html", "comments", "debug"], | ||
"homepage": "https://github.com/djboris88/twig-include-comments", | ||
"license": "GPL-3.0", | ||
"authors": [ | ||
{ | ||
"name": "Boris Đemrovski", | ||
"email": "djboris88@gmail.com", | ||
"role": "developer" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { "Djboris88\\Twig\\": "src/" } | ||
}, | ||
"require": { | ||
"php": ">=5.6", | ||
"twig/twig": "^1.14|^2.0" | ||
}, | ||
"require-dev": { | ||
"symfony/framework-bundle": "^2.7|^3.2", | ||
"symfony/twig-bundle": "^2.7|^3.2" | ||
}, | ||
"suggest": { | ||
"symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony", | ||
"symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "0.3.x-dev" | ||
} | ||
} | ||
"name": "djboris88/twig-commented-include", | ||
"description": "Twig extension which outputs HTML comments before and after the `include` tag", | ||
"keywords": ["twig", "html", "comments", "debug"], | ||
"homepage": "https://github.com/djboris88/twig-include-comments", | ||
"license": "GPL-3.0", | ||
"authors": [ | ||
{ | ||
"name": "Boris Đemrovski", | ||
"email": "djboris88@gmail.com", | ||
"role": "developer" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Djboris88\\Twig\\": "src/" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=5.6", | ||
"twig/twig": "^1.14|^2.0" | ||
}, | ||
"require-dev": { | ||
"symfony/framework-bundle": "^2.7|^3.2", | ||
"symfony/twig-bundle": "^2.7|^3.2" | ||
}, | ||
"suggest": { | ||
"symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony", | ||
"symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.