-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create new Tag for branch 0.3.* #12
Comments
Think I may have been bitten by this one. Installing exactly as the README says, with: "require" : {
"faisalman/simple-excel-php" : "0.3.*"
} I get nothing about SimpleExcel appearing in any of Composer's autoload files. And therefore the next bit in the README fails with a class-not-found error: use SimpleExcel\SimpleExcel
$excel = new SimpleExcel('CSV'); Is this error expected until the autoload feature is added? |
The only thing needed is that @faisalman updates the package under packagist.org with the correct tag to use, and it would be auto added automatically to the autoload_namespaces.php file. Now you need to add it manually to the
|
Ok I'll try 👍 |
You just need to update the package at packagist.org
|
Hi Cristobal, sorry if it may sound odd but can you assist me how to update? is it because packagist.org doesn't automatically pull from github? |
Hi man not sure how i can help just now, no pc responding from phone back Good luck otherwise back on sunday can help look into it then!
|
Sorry typo meant: fetch from fit account => git account
|
Did you setup the simple-excel package at packagist.org? Well here is a Hounddog/DoctrineDataFixtureModule#11
|
Seems like this still isn't working correctly? |
Create new Tag for branch 0.3.*, would be fine to have new tag for the current 0.3 branch.
Since it also would include the updated changes and autoloading from the composer.json.
The text was updated successfully, but these errors were encountered: