How can I configure my computer for checking My Magento Extension is Compatible with multiple Magento versions with php versions?Magento 2 PHPCS coding standardsMagento 1.6.1.0 compatible with PHP 5.6?How to delete an extension from Magento Developer Profile 'My Extensions'?How could I create magento 2 code sniffs ruleset.xml or does someone have it?Errors during installation- Submitting Package to Magento MarketplaceMagento Market place submit extension with licenceDifference between Magento releasesMagento 2 : How to specify compatible versions of extension when publishing on MarketplaceMagento 2 : Are php code sniffers the right tool for extension development?what does it mean by “ getting Magento2 extention certified” ?Magento2 - How to install and check coding standards of extension for Magento Marketplace?

Multi tool use
Multi tool use

Must a CPU have a GPU if the motherboard provides a display port (when there isn't any separate video card)?

Realistic, logical way for men with medieval-era weaponry to compete with much larger and physically stronger foes

How can this shape perfectly cover a cube?

What do I need to do, tax-wise, for a sudden windfall?

Difference between grep -R and -r

Purpose of cylindrical attachments on Power Transmission towers

Parsing text written the millitext font

Harley Davidson clattering noise from engine, backfire and failure to start

What did the 8086 (and 8088) do upon encountering an illegal instruction?

Interview was just a one hour panel. Got an offer the next day; do I accept or is this a red flag?

Why is C++ template use not recommended in space/radiated environment?

Opposite of "Concerto Grosso"?

Any gotchas in buying second-hand sanitary ware?

Certain list transform

How Many Times To Repeat An Event With Known Probability Before It Has Occurred A Number of Times

Am I allowed to determine tenets of my contract as a warlock?

How to represent jealousy in a cute way?

Is pointing finger in meeting consider bad?

In The Incredibles 2, why does Screenslaver's name use a pun on something that doesn't exist in the 1950s pastiche?

My parents claim they cannot pay for my college education; what are my options?

Does WiFi affect the quality of images downloaded from the internet?

How to search for Android apps without ads?

Why can't we feel the Earth's revolution?

How can I find out about the game world without meta-influencing it?



How can I configure my computer for checking My Magento Extension is Compatible with multiple Magento versions with php versions?


Magento 2 PHPCS coding standardsMagento 1.6.1.0 compatible with PHP 5.6?How to delete an extension from Magento Developer Profile 'My Extensions'?How could I create magento 2 code sniffs ruleset.xml or does someone have it?Errors during installation- Submitting Package to Magento MarketplaceMagento Market place submit extension with licenceDifference between Magento releasesMagento 2 : How to specify compatible versions of extension when publishing on MarketplaceMagento 2 : Are php code sniffers the right tool for extension development?what does it mean by “ getting Magento2 extention certified” ?Magento2 - How to install and check coding standards of extension for Magento Marketplace?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I have developed an extension for Magento Marketplace.



For this, I had installed code sniffer Magento coding standard.



But Marketplace checks All the Standards and Compatibility of Extension with Multiple Magento version like 2.0., 2.1., 2.2. and PHP versions also like 5.6., 7.0., 7.1., 7.2.*, etc.



So I want to configure my computer for checking my extension compatibility and First, I want to test in the local environment and after that submit to Marketplace.



For this what I need to do?










share|improve this question






























    0















    I have developed an extension for Magento Marketplace.



    For this, I had installed code sniffer Magento coding standard.



    But Marketplace checks All the Standards and Compatibility of Extension with Multiple Magento version like 2.0., 2.1., 2.2. and PHP versions also like 5.6., 7.0., 7.1., 7.2.*, etc.



    So I want to configure my computer for checking my extension compatibility and First, I want to test in the local environment and after that submit to Marketplace.



    For this what I need to do?










    share|improve this question


























      0












      0








      0








      I have developed an extension for Magento Marketplace.



      For this, I had installed code sniffer Magento coding standard.



      But Marketplace checks All the Standards and Compatibility of Extension with Multiple Magento version like 2.0., 2.1., 2.2. and PHP versions also like 5.6., 7.0., 7.1., 7.2.*, etc.



      So I want to configure my computer for checking my extension compatibility and First, I want to test in the local environment and after that submit to Marketplace.



      For this what I need to do?










      share|improve this question
















      I have developed an extension for Magento Marketplace.



      For this, I had installed code sniffer Magento coding standard.



      But Marketplace checks All the Standards and Compatibility of Extension with Multiple Magento version like 2.0., 2.1., 2.2. and PHP versions also like 5.6., 7.0., 7.1., 7.2.*, etc.



      So I want to configure my computer for checking my extension compatibility and First, I want to test in the local environment and after that submit to Marketplace.



      For this what I need to do?







      magento2 php marketplace






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 7 at 5:47









      Mohit Kumar Arora

      7,13351635




      7,13351635










      asked Jun 7 at 5:33









      Bhavesh PrajapatiBhavesh Prajapati

      1319




      1319




















          2 Answers
          2






          active

          oldest

          votes


















          1














          Docker is the best solution for this kind of issue according to me.



          if you are working multiple versions of the same system so create multiple Docker images of Magento
          Hope this helps
          thanks.






          share|improve this answer






























            1














            You can use a codesniff ruleset to scan your code



            https://github.com/PHPCompatibility/PHPCompatibility



            Use it a bit like this



            https://magento.stackexchange.com/a/277385/70343



            update



            In response to your comment I dev on something based on this.



            https://github.com/meanbee/docker-magento2



            As the other answer suggests docker is good for this. You can switch php version with a docker compose config change.






            share|improve this answer

























            • I have already set coding standard in my machine I am only want to set multiple php version for magento so if you have any solution about this then provide me thank u 😀

              – Bhavesh Prajapati
              Jun 7 at 11:58











            • Updated my answer

              – Dominic Xigen
              Jun 7 at 12:27











            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "479"
            ;
            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: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2fmagento.stackexchange.com%2fquestions%2f277557%2fhow-can-i-configure-my-computer-for-checking-my-magento-extension-is-compatible%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            Docker is the best solution for this kind of issue according to me.



            if you are working multiple versions of the same system so create multiple Docker images of Magento
            Hope this helps
            thanks.






            share|improve this answer



























              1














              Docker is the best solution for this kind of issue according to me.



              if you are working multiple versions of the same system so create multiple Docker images of Magento
              Hope this helps
              thanks.






              share|improve this answer

























                1












                1








                1







                Docker is the best solution for this kind of issue according to me.



                if you are working multiple versions of the same system so create multiple Docker images of Magento
                Hope this helps
                thanks.






                share|improve this answer













                Docker is the best solution for this kind of issue according to me.



                if you are working multiple versions of the same system so create multiple Docker images of Magento
                Hope this helps
                thanks.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jun 7 at 5:43









                Adarsh ShuklaAdarsh Shukla

                34714




                34714























                    1














                    You can use a codesniff ruleset to scan your code



                    https://github.com/PHPCompatibility/PHPCompatibility



                    Use it a bit like this



                    https://magento.stackexchange.com/a/277385/70343



                    update



                    In response to your comment I dev on something based on this.



                    https://github.com/meanbee/docker-magento2



                    As the other answer suggests docker is good for this. You can switch php version with a docker compose config change.






                    share|improve this answer

























                    • I have already set coding standard in my machine I am only want to set multiple php version for magento so if you have any solution about this then provide me thank u 😀

                      – Bhavesh Prajapati
                      Jun 7 at 11:58











                    • Updated my answer

                      – Dominic Xigen
                      Jun 7 at 12:27















                    1














                    You can use a codesniff ruleset to scan your code



                    https://github.com/PHPCompatibility/PHPCompatibility



                    Use it a bit like this



                    https://magento.stackexchange.com/a/277385/70343



                    update



                    In response to your comment I dev on something based on this.



                    https://github.com/meanbee/docker-magento2



                    As the other answer suggests docker is good for this. You can switch php version with a docker compose config change.






                    share|improve this answer

























                    • I have already set coding standard in my machine I am only want to set multiple php version for magento so if you have any solution about this then provide me thank u 😀

                      – Bhavesh Prajapati
                      Jun 7 at 11:58











                    • Updated my answer

                      – Dominic Xigen
                      Jun 7 at 12:27













                    1












                    1








                    1







                    You can use a codesniff ruleset to scan your code



                    https://github.com/PHPCompatibility/PHPCompatibility



                    Use it a bit like this



                    https://magento.stackexchange.com/a/277385/70343



                    update



                    In response to your comment I dev on something based on this.



                    https://github.com/meanbee/docker-magento2



                    As the other answer suggests docker is good for this. You can switch php version with a docker compose config change.






                    share|improve this answer















                    You can use a codesniff ruleset to scan your code



                    https://github.com/PHPCompatibility/PHPCompatibility



                    Use it a bit like this



                    https://magento.stackexchange.com/a/277385/70343



                    update



                    In response to your comment I dev on something based on this.



                    https://github.com/meanbee/docker-magento2



                    As the other answer suggests docker is good for this. You can switch php version with a docker compose config change.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Jun 7 at 12:27

























                    answered Jun 7 at 8:50









                    Dominic XigenDominic Xigen

                    1,434311




                    1,434311












                    • I have already set coding standard in my machine I am only want to set multiple php version for magento so if you have any solution about this then provide me thank u 😀

                      – Bhavesh Prajapati
                      Jun 7 at 11:58











                    • Updated my answer

                      – Dominic Xigen
                      Jun 7 at 12:27

















                    • I have already set coding standard in my machine I am only want to set multiple php version for magento so if you have any solution about this then provide me thank u 😀

                      – Bhavesh Prajapati
                      Jun 7 at 11:58











                    • Updated my answer

                      – Dominic Xigen
                      Jun 7 at 12:27
















                    I have already set coding standard in my machine I am only want to set multiple php version for magento so if you have any solution about this then provide me thank u 😀

                    – Bhavesh Prajapati
                    Jun 7 at 11:58





                    I have already set coding standard in my machine I am only want to set multiple php version for magento so if you have any solution about this then provide me thank u 😀

                    – Bhavesh Prajapati
                    Jun 7 at 11:58













                    Updated my answer

                    – Dominic Xigen
                    Jun 7 at 12:27





                    Updated my answer

                    – Dominic Xigen
                    Jun 7 at 12:27

















                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Magento Stack Exchange!


                    • 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%2fmagento.stackexchange.com%2fquestions%2f277557%2fhow-can-i-configure-my-computer-for-checking-my-magento-extension-is-compatible%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







                    2bJd9rnNnyKfXTZNCrE,Z,XHjYhA1tKRqZF1Yx8gtm 1EiokW9I6,fvNUQPoqntX5kHdlsV FL,EaxeCUHN,6I6
                    Q,l,nzzOkd76mS I64W1mYS7VPbr490fMK8ZBP 2vNZb6LR,N2RZviGVcwb ATVywv bQm 0ogz6FzgW

                    Popular posts from this blog

                    Paypal Express Checkout without shipping addressHow to handle payment through Paypal without collecting the shipping infromation?Magento 2: Paypal Express Checkout: We can't place the orderIf Free Shipping selected then don't pass shipping address to Paypal in magento2Paypal Express Checkout redirects to cart for United StatesOpening Credit Card Tab by default using PayPal Express CheckoutPaypal express bug with country?Disable address validation for PayPal Express CheckoutPayPal Guest CheckoutMagento 1.9 - PayPal Express mixes Magento's country with PayPal's addressMagento 2: Paypal Express Checkout: We can't place the order1.9 Paypal Express get order review before redirect to paypalPaypal express checkout address fields emptyPayflow not showing PayPal Express Checkout

                    Invalid response line returned from server: HTTP/2 401 | ErrorPlease Please Help With Error 500 Internal Server Error after upgrading from 1.7 to 1.9Unable to place new customer orders in admin backendMagento - For “Manage Categories” Forbidden You do not have permission to access this documentHTTP ERROR 500 when using require(_once) app/Mage.phpMemcached causing Web Setup Wizard ErrorCould not create an acl object: Invalid XMLAn error occurred on the server. Please try to place the order againInvalid response line returned from server: HTTP/2 200 - message after update to 2.1.7Magento-CE 2.3.0 installation error on XamppMagento 2.2.6- After Migration all default Payment Methods are not working fine

                    Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation