PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jakub Dubec   PHP GPX Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP GPX Library
Parser and generator of GPS Exchange files
Author: By
Last change: moved phpunit to dev requirements and changes in docs (RC5)
Merge remote-tracking branch 'origin/master'
Date: 6 years ago
Size: 576 bytes
 

Contents

Class file image Download
{ "name": "sibyx/phpgpx", "type": "library", "version": "1.0-RC5", "description": "A simple PHP library for GPX import/export", "minimum-stability": "stable", "license": "MIT", "authors": [ { "name": "Jakub Dubec", "email": "jakub.dubec@gmail.com", "homepage": "https://jakubdubec.me" } ], "require": { "php": ">=5.4", "lib-libxml": "*" }, "require-dev": { "evert/phpdoc-md" : "~0.2.0", "phpunit/phpunit": "^6.5" }, "autoload": { "psr-4": { "phpGPX\\": "src/phpGPX/" } }, "autoload-dev": { "psr-4": { "phpGPX\\Tests\\": "tests/" } } }