PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Igor Dyshlenko   PHP Image Crawler   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Image Crawler
Crawl Web site pages to find images in the pages
Author: By
Last change:
Date: 4 years ago
Size: 626 bytes
 

Contents

Class file image Download
{ "type": "project", "license": "MIT", "autoload": { "psr-4": { "App\\": "App/", "Domain\\": "Domain/", "Infrastructure\\": "Infrastructure/" } }, "autoload-dev": { "psr-4": { "App\\Tests\\": "tests/" } }, "require": { "php": "^7.1.3", "ext-SimpleXML": "^7.1", "ext-curl": "^7.1", "ext-libxml": "*" }, "require-dev": { "phpunit/phpunit": "7.3.*" }, "config": { "preferred-install": { "*": "dist" }, "sort-packages": true } }