PHP Classes

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

Recommend this page to a friend!
  Classes of Renato De Oliveira Lucena   PHP Pokemon Script   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: PHP Pokemon Script
Provides an API to manage a database of Pokemons
Author: By
Last change:
Date: 6 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/" } } }