PHP Classes

File: vendor/dnoegel/php-xdg-base-dir/composer.json

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/dnoegel/php-xdg-base-dir/composer.json   Download  
File: vendor/dnoegel/php-xdg-base-dir/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 4 years ago
Size: 372 bytes
 

Contents

Class file image Download
{ "name": "dnoegel/php-xdg-base-dir", "description": "implementation of xdg base directory specification for php", "type": "project", "license": "MIT", "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "@stable" }, "autoload": { "psr-4": { "XdgBaseDir\\": "src/" } } }