PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   MyDreamLife.eu   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MyDreamLife.eu
Plan a life change to a different country
Author: By
Last change:
Date: 1 year ago
Size: 538 bytes
 

Contents

Class file image Download
{ "name": "ph-7/mydreamlife", "description": "MyDreamLife gives a TODO-list and full Itinerary for a NEW LIFE abroad.", "type": "project", "homepage": "http://mynewdream.eu", "license": "GPL-3.0+", "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@ph7.me", "homepage": "http://ph7.me" } ], "require": { "php": ">=7.3.0", "ph-7/image-unsplash": "^3.2" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { "Core\\": "app/Core" } } }