PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jackson Morais   PHP Twitter Share Button   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Twitter Share Button
Generate HTML for button to share page on Twitter
Author: By
Last change:
Date: 6 years ago
Size: 569 bytes
 

Contents

Class file image Download
{ "name": "jkmorais/twitter-sharer", "description": "Create quick and easy tweet buttons!", "require": { "php": ">=5.3.3", "phpunit/phpunit": "3.7.*" }, "require-dev": { "php": ">=5.3.3", "phpunit/phpunit": "3.7.*" }, "license": "MIT", "authors": [ { "name": "Jackson Morais", "email": "jheckson99@gmail.com" } ], "minimum-stability": "dev", "autoload": { "psr-0": { "Sharer": "src/", "Tests": "tests/" } } }