use stripe-connect in lumen laravel , installation issue












4















I am developing backend in a lumen and want to integrate stripe connect.
I am using composer require rap2hpoutre/laravel-stripe-connect this library for stripe connect.



I have a question regarding installation of laravel-stripe-connect,
as previously I was using stripe and it was working fine but as per requirement I want to use stripeConnect instead of a stripe.



now when I run this composer require rap2hpoutre/laravel-stripe-connect it shows me the following error:



Problem 1
- Installation request for rap2hpoutre/laravel-stripe-connect ^0.2.1 -> satisfiable by rap2hpoutre/laravel-stripe-connect[v0.2.1].
- rap2hpoutre/laravel-stripe-connect v0.2.1 requires stripe/stripe-php ^5.0 -> satisfiable by stripe/stripe-php[v5.0.0, v5.1.0, v5.1.1, v5.1.2, v5.1.3, v5.2.0, v5.2.1, v5.2.2, v5.2.3, v5.3.0, v5.4.0, v5.5.0, v5.5.1, v5.6.0, v5.7.0, v5.8.0, v5.9.0, v5.9.1, v5.9.2] but these conflict with your requirements or minimum-stability.


Here is my composer.json file:



{   
"name": "laravel/lumen",
"description": "The Laravel Lumen Framework.",
"keywords": ["framework", "laravel", "lumen"],
"license": "MIT",
"type": "project",
"require": {
"php": ">=5.6.4",
"laravel/lumen-framework": "5.5.*",
"vlucas/phpdotenv": "~2.2",
"tymon/jwt-auth": "^1.0@dev",
"illuminate/mail": "^5.5",
"stripe/stripe-php": "^6.21"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"phpunit/phpunit": "~6.0",
"mockery/mockery": "~0.9"
},
"autoload": {
"psr-4": {
"App\": "app/"
}
},
"autoload-dev": {
"classmap": [
"tests/",
"database/"
]
},
"scripts": {
"post-root-package-install": [
"php -r "copy('.env.example', '.env');""
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"optimize-autoloader": true
}









share|improve this question





























    4















    I am developing backend in a lumen and want to integrate stripe connect.
    I am using composer require rap2hpoutre/laravel-stripe-connect this library for stripe connect.



    I have a question regarding installation of laravel-stripe-connect,
    as previously I was using stripe and it was working fine but as per requirement I want to use stripeConnect instead of a stripe.



    now when I run this composer require rap2hpoutre/laravel-stripe-connect it shows me the following error:



    Problem 1
    - Installation request for rap2hpoutre/laravel-stripe-connect ^0.2.1 -> satisfiable by rap2hpoutre/laravel-stripe-connect[v0.2.1].
    - rap2hpoutre/laravel-stripe-connect v0.2.1 requires stripe/stripe-php ^5.0 -> satisfiable by stripe/stripe-php[v5.0.0, v5.1.0, v5.1.1, v5.1.2, v5.1.3, v5.2.0, v5.2.1, v5.2.2, v5.2.3, v5.3.0, v5.4.0, v5.5.0, v5.5.1, v5.6.0, v5.7.0, v5.8.0, v5.9.0, v5.9.1, v5.9.2] but these conflict with your requirements or minimum-stability.


    Here is my composer.json file:



    {   
    "name": "laravel/lumen",
    "description": "The Laravel Lumen Framework.",
    "keywords": ["framework", "laravel", "lumen"],
    "license": "MIT",
    "type": "project",
    "require": {
    "php": ">=5.6.4",
    "laravel/lumen-framework": "5.5.*",
    "vlucas/phpdotenv": "~2.2",
    "tymon/jwt-auth": "^1.0@dev",
    "illuminate/mail": "^5.5",
    "stripe/stripe-php": "^6.21"
    },
    "require-dev": {
    "fzaninotto/faker": "~1.4",
    "phpunit/phpunit": "~6.0",
    "mockery/mockery": "~0.9"
    },
    "autoload": {
    "psr-4": {
    "App\": "app/"
    }
    },
    "autoload-dev": {
    "classmap": [
    "tests/",
    "database/"
    ]
    },
    "scripts": {
    "post-root-package-install": [
    "php -r "copy('.env.example', '.env');""
    ]
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "optimize-autoloader": true
    }









    share|improve this question



























      4












      4








      4








      I am developing backend in a lumen and want to integrate stripe connect.
      I am using composer require rap2hpoutre/laravel-stripe-connect this library for stripe connect.



      I have a question regarding installation of laravel-stripe-connect,
      as previously I was using stripe and it was working fine but as per requirement I want to use stripeConnect instead of a stripe.



      now when I run this composer require rap2hpoutre/laravel-stripe-connect it shows me the following error:



      Problem 1
      - Installation request for rap2hpoutre/laravel-stripe-connect ^0.2.1 -> satisfiable by rap2hpoutre/laravel-stripe-connect[v0.2.1].
      - rap2hpoutre/laravel-stripe-connect v0.2.1 requires stripe/stripe-php ^5.0 -> satisfiable by stripe/stripe-php[v5.0.0, v5.1.0, v5.1.1, v5.1.2, v5.1.3, v5.2.0, v5.2.1, v5.2.2, v5.2.3, v5.3.0, v5.4.0, v5.5.0, v5.5.1, v5.6.0, v5.7.0, v5.8.0, v5.9.0, v5.9.1, v5.9.2] but these conflict with your requirements or minimum-stability.


      Here is my composer.json file:



      {   
      "name": "laravel/lumen",
      "description": "The Laravel Lumen Framework.",
      "keywords": ["framework", "laravel", "lumen"],
      "license": "MIT",
      "type": "project",
      "require": {
      "php": ">=5.6.4",
      "laravel/lumen-framework": "5.5.*",
      "vlucas/phpdotenv": "~2.2",
      "tymon/jwt-auth": "^1.0@dev",
      "illuminate/mail": "^5.5",
      "stripe/stripe-php": "^6.21"
      },
      "require-dev": {
      "fzaninotto/faker": "~1.4",
      "phpunit/phpunit": "~6.0",
      "mockery/mockery": "~0.9"
      },
      "autoload": {
      "psr-4": {
      "App\": "app/"
      }
      },
      "autoload-dev": {
      "classmap": [
      "tests/",
      "database/"
      ]
      },
      "scripts": {
      "post-root-package-install": [
      "php -r "copy('.env.example', '.env');""
      ]
      },
      "minimum-stability": "dev",
      "prefer-stable": true,
      "optimize-autoloader": true
      }









      share|improve this question
















      I am developing backend in a lumen and want to integrate stripe connect.
      I am using composer require rap2hpoutre/laravel-stripe-connect this library for stripe connect.



      I have a question regarding installation of laravel-stripe-connect,
      as previously I was using stripe and it was working fine but as per requirement I want to use stripeConnect instead of a stripe.



      now when I run this composer require rap2hpoutre/laravel-stripe-connect it shows me the following error:



      Problem 1
      - Installation request for rap2hpoutre/laravel-stripe-connect ^0.2.1 -> satisfiable by rap2hpoutre/laravel-stripe-connect[v0.2.1].
      - rap2hpoutre/laravel-stripe-connect v0.2.1 requires stripe/stripe-php ^5.0 -> satisfiable by stripe/stripe-php[v5.0.0, v5.1.0, v5.1.1, v5.1.2, v5.1.3, v5.2.0, v5.2.1, v5.2.2, v5.2.3, v5.3.0, v5.4.0, v5.5.0, v5.5.1, v5.6.0, v5.7.0, v5.8.0, v5.9.0, v5.9.1, v5.9.2] but these conflict with your requirements or minimum-stability.


      Here is my composer.json file:



      {   
      "name": "laravel/lumen",
      "description": "The Laravel Lumen Framework.",
      "keywords": ["framework", "laravel", "lumen"],
      "license": "MIT",
      "type": "project",
      "require": {
      "php": ">=5.6.4",
      "laravel/lumen-framework": "5.5.*",
      "vlucas/phpdotenv": "~2.2",
      "tymon/jwt-auth": "^1.0@dev",
      "illuminate/mail": "^5.5",
      "stripe/stripe-php": "^6.21"
      },
      "require-dev": {
      "fzaninotto/faker": "~1.4",
      "phpunit/phpunit": "~6.0",
      "mockery/mockery": "~0.9"
      },
      "autoload": {
      "psr-4": {
      "App\": "app/"
      }
      },
      "autoload-dev": {
      "classmap": [
      "tests/",
      "database/"
      ]
      },
      "scripts": {
      "post-root-package-install": [
      "php -r "copy('.env.example', '.env');""
      ]
      },
      "minimum-stability": "dev",
      "prefer-stable": true,
      "optimize-autoloader": true
      }






      laravel stripe-payments lumen






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 15 '18 at 12:00









      Udhav Sarvaiya

      1,88461624




      1,88461624










      asked Nov 15 '18 at 10:41









      Usama ShoukatUsama Shoukat

      499




      499
























          1 Answer
          1






          active

          oldest

          votes


















          1














          You should change "stripe/stripe-php": "^6.21" to "stripe/stripe-php": "^5.9", since the libary you try to import uses the ^5.0 tag it will only allow builds tagged with the format 5.x. Your requirement goes above this with at least 6.21, so the require fails.






          share|improve this answer
























          • Thanks for your response , worked for me !

            – Usama Shoukat
            Nov 16 '18 at 5:37











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53317583%2fuse-stripe-connect-in-lumen-laravel-installation-issue%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          You should change "stripe/stripe-php": "^6.21" to "stripe/stripe-php": "^5.9", since the libary you try to import uses the ^5.0 tag it will only allow builds tagged with the format 5.x. Your requirement goes above this with at least 6.21, so the require fails.






          share|improve this answer
























          • Thanks for your response , worked for me !

            – Usama Shoukat
            Nov 16 '18 at 5:37
















          1














          You should change "stripe/stripe-php": "^6.21" to "stripe/stripe-php": "^5.9", since the libary you try to import uses the ^5.0 tag it will only allow builds tagged with the format 5.x. Your requirement goes above this with at least 6.21, so the require fails.






          share|improve this answer
























          • Thanks for your response , worked for me !

            – Usama Shoukat
            Nov 16 '18 at 5:37














          1












          1








          1







          You should change "stripe/stripe-php": "^6.21" to "stripe/stripe-php": "^5.9", since the libary you try to import uses the ^5.0 tag it will only allow builds tagged with the format 5.x. Your requirement goes above this with at least 6.21, so the require fails.






          share|improve this answer













          You should change "stripe/stripe-php": "^6.21" to "stripe/stripe-php": "^5.9", since the libary you try to import uses the ^5.0 tag it will only allow builds tagged with the format 5.x. Your requirement goes above this with at least 6.21, so the require fails.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 15 '18 at 14:50









          Sven HakvoortSven Hakvoort

          2,0251620




          2,0251620













          • Thanks for your response , worked for me !

            – Usama Shoukat
            Nov 16 '18 at 5:37



















          • Thanks for your response , worked for me !

            – Usama Shoukat
            Nov 16 '18 at 5:37

















          Thanks for your response , worked for me !

          – Usama Shoukat
          Nov 16 '18 at 5:37





          Thanks for your response , worked for me !

          – Usama Shoukat
          Nov 16 '18 at 5:37


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53317583%2fuse-stripe-connect-in-lumen-laravel-installation-issue%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          這個網誌中的熱門文章

          Hercules Kyvelos

          Tangent Lines Diagram Along Smooth Curve

          Yusuf al-Mu'taman ibn Hud