Code Monkey home page Code Monkey logo

Comments (6)

mjaschen avatar mjaschen commented on May 28, 2024 1

IMHO, it doesn't make a lot of sense to use the library's composer.json for your project. Or is there a reason why you'd like to install phpgeo as a requirement to phpgeo?

I bet everything will work fine if you use a clean composer.json (or no composer.json at all) and then run composer require mjaschen/phpgeo.

from phpgeo.

tamer-dahdul avatar tamer-dahdul commented on May 28, 2024 1

it's working fine now
Thanks

from phpgeo.

mjaschen avatar mjaschen commented on May 28, 2024

Hi,

can you explain what you're doing? It'd be helpful if you share your composer.json and the command you're trying to run.

from phpgeo.

tamer-dahdul avatar tamer-dahdul commented on May 28, 2024

i am trying to install the library using composer

composer require mjaschen/phpgeo

my composer.json is the same as in the library

from phpgeo.

tamer-dahdul avatar tamer-dahdul commented on May 28, 2024

i have php 7.0

from phpgeo.

tamer-dahdul avatar tamer-dahdul commented on May 28, 2024

{
"name": "mjaschen/phpgeo",
"description": "Simple Geo Library",
"keywords": [
"distance",
"area",
"coordinate",
"geo",
"gis",
"bounds",
"ellipsoid",
"calculation",
"polyline",
"polygon",
"geofence",
"simplify",
"length",
"vincenty",
"haversine",
"bearing",
"projection",
"gps",
"earth",
"track",
"point"
],
"homepage": "https://phpgeo.marcusjaschen.de/",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Marcus Jaschen",
"email": "[email protected]",
"homepage": "https://www.marcusjaschen.de/"
}
],
"support" : {
"email" : "[email protected]"
},
"require": {
"php": ">=7.0"
},
"autoload": {
"psr-0": {
"Location": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"vimeo/psalm": "^1.0",
"jakub-onderka/php-parallel-lint": "^1.0",
"squizlabs/php_codesniffer": "^3.2",
"phpmd/phpmd": "^2.6"
},
"scripts": {
"ci:lint": "./vendor/bin/parallel-lint src",
"ci:psalm": "./vendor/bin/psalm",
"ci:sniff": "./vendor/bin/phpcs --standard=codesniffer_rules.xml src || true",
"ci:coding-standards": "./vendor/bin/phpmd src text cleancode,codesize,design,naming,unusedcode || true",
"ci:tests": "./vendor/bin/phpunit tests/",
"ci:static": [
"@ci:lint",
"@ci:psalm",
"@ci:sniff",
"@ci:coding-standards"
],
"ci:dynamic": [
"@ci:tests"
],
"ci": [
"@ci:static",
"@ci:dynamic"
]
}
}

from phpgeo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.