PHP Classes

File: vendor/symfony/thanks/composer.json

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/symfony/thanks/composer.json   Download  
File: vendor/symfony/thanks/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 5 years ago
Size: 670 bytes
 

Contents

Class file image Download
{ "name": "symfony/thanks", "description": "Give thanks (in the form of a GitHub ?) to your fellow PHP package maintainers (not limited to Symfony components)!", "type": "composer-plugin", "license": "MIT", "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" } ], "require": { "php": "^5.5.9|^7.0.8", "composer-plugin-api": "^1.1" }, "autoload": { "psr-4": { "Symfony\\Thanks\\": "src" } }, "extra": { "branch-alias": { "dev-master": "1.0-dev" }, "class": "Symfony\\Thanks\\Thanks" } }