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: PHPUnit 9
Add coordinates for remarqued statistic points
1.2.1 release 🤪
Merge pull request #61 👩🏻‍🦰

* Real distance calculator

* Fixed real distance tests

* Merge branch 'master' into feature/real-distance

* Few text changes, year updates
1.1.3 release 🥳
1.1.2 release (SORT_BY_TIMESTAMP stability improvements)
Normalizing README
Fixed version string (issue #50)
1.1.0 release
1.0.1 release
1.0 release 😱
Fixing unsupported extensions
Date: 1 month ago
Size: 654 bytes
 

Contents

Class file image Download
{ "name": "sibyx/phpgpx", "type": "library", "version": "1.3.0", "description": "A simple PHP library for GPX import/export", "minimum-stability": "stable", "license": "MIT", "authors": [ { "name": "Jakub Dubec", "email": "[email protected]", "homepage": "https://jakubdubec.me" } ], "require": { "php": ">=7.1", "lib-libxml": "*", "ext-simplexml": "*", "ext-dom": "*" }, "require-dev": { "evert/phpdoc-md" : "~0.2.0", "phpunit/phpunit": "^9", "friendsofphp/php-cs-fixer": "^2.18" }, "autoload": { "psr-4": { "phpGPX\\": "src/phpGPX/" } }, "autoload-dev": { "psr-4": { "phpGPX\\Tests\\": "tests/" } } }