Git Product home page Git Product logo

object-mapper's People

Contributors

abidihamza84 avatar hervelaunay avatar opportus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

abidihamza84

object-mapper's Issues

Composer dependencies issue

$ composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - This package requires php >=7.3 but your PHP version (7.1.9) does not satisfy that requirement.
  Problem 2
    - phpunit/phpunit 9.5.5 requires php >=7.3 -> your PHP version (7.1.9) does not satisfy that requirement.
    - phpunit/phpunit 9.5.4 requires php >=7.3 -> your PHP version (7.1.9) does not satisfy that requirement.
    - phpunit/phpunit 9.5.3 requires php >=7.3 -> your PHP version (7.1.9) does not satisfy that requirement.
    - phpunit/phpunit 9.5.2 requires php >=7.3 -> your PHP version (7.1.9) does not satisfy that requirement.
    - phpunit/phpunit 9.5.1 requires php >=7.3 -> your PHP version (7.1.9) does not satisfy that requirement.
    - phpunit/phpunit 9.5.0 requires php >=7.3 -> your PHP version (7.1.9) does not satisfy that requirement.
    - phpunit/phpunit 9.5.9 requires php >=7.3 -> your PHP version (7.1.9) does not satisfy that requirement.
    - phpunit/phpunit 9.5.8 requires php >=7.3 -> your PHP version (7.1.9) does not satisfy that requirement.
    - phpunit/phpunit 9.5.7 requires php >=7.3 -> your PHP version (7.1.9) does not satisfy that requirement.
    - phpunit/phpunit 9.5.6 requires php >=7.3 -> your PHP version (7.1.9) does not satisfy that requirement.
    - phpunit/phpunit 9.5.10 requires php >=7.3 -> your PHP version (7.1.9) does not satisfy that requirement.
    - Installation request for phpunit/phpunit ^9.5 -> satisfiable by phpunit/phpunit[9.5.10, 9.5.6, 9.5.7, 9.5.8, 9.5.9, 9.5.0, 9.5.1, 9.5.2, 9.5.3, 9.5.4, 9.5
.5].

Recursion feature

Problem

Need a way to easily:

  • map an instance of A (that has C) to B (that has D) and in same time map C to D (simple recursion)
  • map an instance of A (that has many C) to B (that has many D) and in same time map many C to many D (in-width recursion/iterable recursion)
  • map an instance of A (that has C which has E) to B (that has D which has F) and in same time map C and E to D and F (in-depth recursion)

Solutions

Make use of CheckPointInterface.

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.