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

add autoload section to composer.json #6

Closed
wants to merge 1 commit into from

Conversation

koriym
Copy link
Member

@koriym koriym commented Mar 8, 2012

It enable to generate proper autoload file. (vendor/.composer/autoload_namespaces.php )

@harikt
Copy link
Member

harikt commented Mar 8, 2012

@koriym Thank you for the pull request . But we are no longer creating the json manually .
The json is been created by release, so we want to make a patch at https://github.com/auraphp/release/blob/master/package.php#L384 .

@harikt harikt closed this Mar 8, 2012
@harikt
Copy link
Member

harikt commented Mar 8, 2012

@pmjones any other thoughts on this ?

@koriym
Copy link
Member Author

koriym commented Mar 8, 2012

@harikt Ok, I see.

I leave the info here for other users who want to use Aura.Di standalone with composer install and /vendor/.composer/autoload.php.

"autoload": {
    "psr-0": {
        "Aura\\Di": "vendor/Aura/Di/src/"
    }
}

@harikt
Copy link
Member

harikt commented Mar 8, 2012

Don't feel wrong on closing it.
I am sure ie a good one, but as we work with release we need to make the
necessary changes there.
More patches for any components if anything is wrong is welcome :-) .
Thank you once again for making reminding about it .

@koriym
Copy link
Member Author

koriym commented Mar 8, 2012

I will do it.
Keep up the good work. Cheers.

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

Successfully merging this pull request may close these issues.

2 participants