PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of jawira   PHP Case Converter for Twig   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Case Converter for Twig
Convert parameter values used in Twig templates
Author: By
Last change:
Date: 2 years ago
Size: 726 bytes
 

Contents

Class file image Download
{ "name": "jawira/case-converter-twig", "type": "library", "description": "\ud83d\udd24 Twig extension for Case Converter", "keywords": [ "twig", "twig-extension", "case-converter" ], "license": "MIT", "authors": [ { "name": "jawira", "email": "dev@tugal.be" } ], "require": { "php": ">=7.1.3", "jawira/case-converter": "^3.4", "twig/twig": "^2.4 || ^3.0", "phpstan/phpstan": "^0.12.88" }, "require-dev": { "ergebnis/composer-normalize": "^2.14", "jawira/skeleton": "^2.2", "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0", "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { "Jawira\\CaseConverterTwig\\": "src/" } } }