PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Evaldo Barbosa   Puller   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Puller
Scrape product data pages from e-commerce sites
Author: By
Last change: Update of composer.json
Date: 3 months ago
Size: 218 bytes
 

Contents

Class file image Download
{ "require-dev": { "phpunit/phpunit": "@stable" }, "require": { "php": ">=5.3.3" }, "config": { "bin-dir": "bin" }, "autoload": { "psr-0": { "": "src" } } }