razorpay / razorpay-php

Razorpay PHP Library
MIT License
181 stars 125 forks source link

psr-4 support #285

Closed weberix closed 2 years ago

weberix commented 2 years ago

Could you add this? When i install it in my project with psr-4 composer says

Class Razorpay\Tests\SettlementTest located in ./vendor/razorpay/razorpay/tests/settlementTest.php does not comply with psr-4 autoloading standard. Skipping. Class Razorpay\Tests\SignatureVerificationTest located in ./vendor/razorpay/razorpay/tests/signatureVerificationTest.php does not comply with psr-4 autoloading standard. Skipping. Class Razorpay\Tests\PlanTest located in ./vendor/razorpay/razorpay/tests/planTest.php does not comply with psr-4 autoloading standard. Skipping. .... etc

ankitdas13 commented 2 years ago

@weberix We've fixed this issue, can you please take pull . let me know if you need any help