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

install packages via composer, update travis, updates in readme #19

Merged
merged 2 commits into from Aug 10, 2012
Merged

install packages via composer, update travis, updates in readme #19

merged 2 commits into from Aug 10, 2012

Conversation

harikt
Copy link
Member

@harikt harikt commented Aug 5, 2012

We will change the shama/aura-system-installer to aura/system-installer or something or something like that and move the https://github.com/shama/aura-system-installer to our own repo.

Thanks to the good work done by @shama to make this happen via the discussions happened at composer/installers#24

Thus we resolve all the Aura.Package related issues .

The current one is for Vendor.Package of others which are aura specific.

This is done as in https://github.com/harikt/Hari.Contact/blob/master/composer.json

{
    "name": "hari/contact",
    "minimum-stability": "dev",
    "type": "aura-package",
    "description": "This is a sample contact page",
    "keywords": [
        "aura",
        "sample"
    ],
    "homepage": "http://harikt.com",
    "time": "2012-07-30",
    "license": "BSD",
    "authors": [
        {
            "name": "Hari.Contact Contributors",
            "homepage": "https://github.com/harikt/Hari.Contact/contributors"
        },
        {
            "name": "Hari KT",
            "email": "kthari85@gmail.com",
            "homepage": "http://harikt.com"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "composer/installers": "*"
    }
}

That means we make mark "type": "aura-package" . But the only problem there is if that particular package is a library . We may want to find a solution for that ? Will it happen to be a library ? If so we will make it load via vendor folder itself , but the config and stuffs , I am not sure .

But I feel strong that the vendor packages other than Aura vendor which are aura specific will never become a library type .

@ghost ghost assigned pmjones Aug 5, 2012
@harikt
Copy link
Member Author

harikt commented Aug 5, 2012

By the way we have test failures for the Aura.Framework :P . I will look into it when I get sometime.

pmjones pushed a commit that referenced this pull request Aug 10, 2012
install packages via composer, update travis, updates in readme
@pmjones pmjones merged commit fed9c41 into auraphp:develop Aug 10, 2012
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.

None yet

2 participants