PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Polr Restful API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Polr Restful API
Provide an API for the Polr URL shortener service
Author: By
Last change: Fix bad call on model class.
Date: 6 years ago
Size: 723 bytes
 

Contents

Class file image Download
{ "name": "lagdo/polr-api", "description": "A Restful API for the Polr URL Shortener.", "keywords": ["url-shortener", "url", "api"], "license": "GPL-v2", "type": "project", "repositories": [ { "type": "vcs", "url": "https://github.com/cydrobolt/polr" } ], "require": { }, "require-dev": { "fzaninotto/faker": "~1.0", "phpunit/phpunit": "^5.2", "symfony/css-selector": "^3.0" }, "autoload": { "psr-4": { "Lagdo\\Polr\\Api\\": "src/" } }, "autoload-dev": { "classmap": [ "tests/" ] }, "config": { "preferred-install": "dist" } }