yeslogic / prince-php-wrapper

PHP wrapper class for Prince HTML to PDF formatter
https://www.princexml.com
MIT License
16 stars 7 forks source link

composer require package getting old version #6

Closed nikhil-civitas closed 3 years ago

nikhil-civitas commented 3 years ago

when we require this package through composer, the version is 1.0.0 and it still has classname as prince.php instead of Prince.php

Package operations: 1 install, 0 updates, 0 removals
  - Installing yeslogic/prince-php-wrapper (1.0.0): Extracting archive
Generating optimized autoload files
Class Prince\Prince located in ./vendor/yeslogic/prince-php-wrapper/src/prince.php does not comply with psr-4 autoloading standard. Skipping.
adrianwong commented 3 years ago

Thanks @nikhil-civitas. We should be able to fix this up soon.

adrianwong commented 3 years ago

Version 1.1.0 has been released on Packagist which contains the renamed Prince.php file.

Could you please verify if this resolves your issue?

nikhil-civitas commented 3 years ago

@adrianwong

Thank you for the quick resolution. Yes the issue is resolved now and the updated class is available in the package version 1.1.0 now.