PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   Legato PHP Asset Management   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Legato PHP Asset Management
Get versioned URLs for CSS, JavaScript and images
Author: By
Last change:
Date: 5 years ago
Size: 629 bytes
 

Contents

Class file image Download
{ "name": "legato/asset", "description": "Asset version management.", "keywords": ["asset", "version", "images", "script"], "type": "library", "license": "MIT", "authors": [ { "name": "Terry Osayawe Ogbemudia", "email":"terry@devscreencast.com", "homepage": "https://devscreencast.com" } ], "require": { "symfony/asset": "^4.1" }, "autoload": { "psr-4": { "Legato\\Framework\\":"" }, "files":["src/functions/asset/helpers.php"] }, "config":{ "optimize-autoloader":true } }