PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Polr Admin Dashboard   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Polr Admin Dashboard
Another admin dashboard for the Polr URL shortener
Author: By
Last change: Input data are validated with the vlucas/valitron package.
Removed Laravel dependencies from the package.
Date: 6 years ago
Size: 975 bytes
 

Contents

Class file image Download
{ "name": "lagdo/polr-admin", "description": "An admin dashboard for the Polr URL shortener.", "keywords": ["framework", "laravel"], "license": "GPL-v2", "type": "project", "require": { "php": ">=5.5.9", "nesbot/carbon": "^1.22", "guzzlehttp/guzzle": "~6.0", "vlucas/valitron": "1.4.*", "jaxon-php/jaxon-view-blade": "~2.0", "jaxon-php/jaxon-dialogs": "~1.2" }, "require-dev": { "fzaninotto/faker": "~1.4", "mockery/mockery": "0.9.*", "phpunit/phpunit": "~4.0", "phpspec/phpspec": "~2.1" }, "autoload": { "psr-4": { "App\\": "app/", "Lagdo\\Polr\\Admin\\": "src/", "Lagdo\\Polr\\Admin\\App\\": "src/Ajax/Classes/", "Lagdo\\Polr\\Admin\\Ext\\": "src/Ajax/Plugins/" }, "files": [ "src/start.php" ] }, "config": { "preferred-install": "dist" } }