PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hicri   PHP Image Unsplash Service   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Image Unsplash Service
Retrieve Unsplash service photos and statistics
Author: By
Last change:
Date: 8 months ago
Size: 702 bytes
 

Contents

Class file image Download
{ "name": "slvler/unsplash-service", "license": "MIT", "require": { "php": "^8.0.2", "guzzlehttp/guzzle": "^7.2", "illuminate/support": "^9.0", "psr/http-message": "^1.1.0|^2.0.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.6", "orchestra/testbench": "^7.0", "phpunit/phpunit": "^9.5.8" }, "autoload": { "psr-4": { "Slvler\\UnsplashService\\": "src/" } }, "extra": { "laravel": { "providers": [ "Slvler\\UnsplashService\\UnsplashServiceProvider" ] } }, "minimum-stability": "dev", "prefer-stable": true }