Skip to content
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

Open
cristobal opened this issue May 14, 2013 · 9 comments
Open

Create new Tag for branch 0.3.* #12

cristobal opened this issue May 14, 2013 · 9 comments

Comments

@cristobal
Copy link
Contributor

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.

@micmath
Copy link

micmath commented May 27, 2013

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?

@cristobal
Copy link
Contributor Author

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 vendor/composer/autoload_namespaces.php like

return array(
    …
    'SimpleExcel' => $vendorDir . '/faisalman/simple-excel-php/src/'
);

@faisalman
Copy link
Owner

Ok I'll try 👍

@cristobal
Copy link
Contributor Author

You just need to update the package at packagist.org
On 31 May 2013 07:51, "Faisal Salman" notifications@github.com wrote:

Ok I'll try [image: 👍]


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-18724451
.

@faisalman
Copy link
Owner

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?

@cristobal
Copy link
Contributor Author

Hi man not sure how i can help just now, no pc responding from phone back
home on sunday. But yes it does not automatically pull added a package
myself there but have not got the gist onto automatic pulling myself yet.
The current package at packagist.org is 0.3.7 but if you login and do an
update to fetch from your fit account it should work and fetch from the
latest 0.3.14?

Good luck otherwise back on sunday can help look into it then!
On 31 May 2013 08:11, "Faisal Salman" notifications@github.com wrote:

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?


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-18724962
.

@cristobal
Copy link
Contributor Author

Sorry typo meant: fetch from fit account => git account
On 31 May 2013 10:58, "Cristobal Dabed" cristobal@furusystems.com wrote:

Hi man not sure how i can help just now, no pc responding from phone back
home on sunday. But yes it does not automatically pull added a package
myself there but have not got the gist onto automatic pulling myself yet.
The current package at packagist.org is 0.3.7 but if you login and do an
update to fetch from your fit account it should work and fetch from the
latest 0.3.14?

Good luck otherwise back on sunday can help look into it then!
On 31 May 2013 08:11, "Faisal Salman" notifications@github.com wrote:

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?


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-18724962
.

@cristobal
Copy link
Contributor Author

Did you setup the simple-excel package at packagist.org? Well here is a
nice explanation on auto pull

Hounddog/DoctrineDataFixtureModule#11
On 31 May 2013 11:00, "Cristobal Dabed" cristobal@furusystems.com wrote:

Sorry typo meant: fetch from fit account => git account
On 31 May 2013 10:58, "Cristobal Dabed" cristobal@furusystems.com wrote:

Hi man not sure how i can help just now, no pc responding from phone back
home on sunday. But yes it does not automatically pull added a package
myself there but have not got the gist onto automatic pulling myself yet.
The current package at packagist.org is 0.3.7 but if you login and do an
update to fetch from your fit account it should work and fetch from the
latest 0.3.14?

Good luck otherwise back on sunday can help look into it then!
On 31 May 2013 08:11, "Faisal Salman" notifications@github.com wrote:

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?


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-18724962
.

@jamespsterling
Copy link

Seems like this still isn't working correctly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants