PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Instagram Feed Notification   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Instagram Feed Notification
Send Instagram posts by email
Author: By
Last change:
Date: 1 year ago
Size: 553 bytes
 

Contents

Class file image Download
{ "name": "ig-feed-notification", "description": "This is the Instagram feed notification", "keywords": [ "feed", "Instagram" ], "license": "MIT", "type": "project", "require": { "php": ">=5.6", "pgrimaud/instagram-user-feed": "^5.0", "phpmailer/phpmailer": "^6.1.6", "illuminate/database": "^5.4", "robmorgan/phinx": "^0.10.5", "vlucas/phpdotenv": "^2.5" }, "autoload": { "psr-4": { "IgFeedNotification\\": "src/" } } }