Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Maybe it'll be better to do vendors management via composer.php ? #8

Open
d00mko opened this issue Apr 12, 2012 · 6 comments
Open

Maybe it'll be better to do vendors management via composer.php ? #8

d00mko opened this issue Apr 12, 2012 · 6 comments

Comments

@d00mko
Copy link

d00mko commented Apr 12, 2012

You're Using some symfony components (autoloader), maybe it'll be better to use composer?

https://github.com/composer/composer

@dz0ny
Copy link

dz0ny commented May 3, 2012

This would be great! For example you can add file composer.json with following:

    {
        "name": "everzet/jade.php",
        "description": "HAML-like template engine for PHP 5.3 & Symfony2 ",
        "keywords": ["jade", "minification","template"],
        "homepage": "https://github.com/everzet/jade.php",
        "type": "library",
        "license": "MIT",
        "authors": [
            {
                "name": "Konstantin Kudryasho",
                "email": "konstantin.kudryashov@knplabs.com",
                "homepage": "http://about.me/everzet",
                "role": "Developer"
            }
        ],
        "require": {
            "php": ">=5.3.0",
        },
        "autoload": {
            "psr-0": { "Jade": "src/" }
        },
        "extra": {
            "branch-alias": {
                "dev-master": "master"
            }
        }
    }

@superjimpupcake
Copy link

That will be great!

@lubosmato
Copy link

Bump :-)

@khromov
Copy link

khromov commented Jan 25, 2016

+1 👍

@everzet
Copy link
Owner

everzet commented Jan 25, 2016

This project is dead and was dead for years.

@herrbischoff
Copy link

@everzet Could you please put a notice in the description that this project is dead/deprecated and no longer updated? Thanks.

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

No branches or pull requests

7 participants