Skip to content

Composer support for HTTPServer - #4

Merged
youngj merged 1 commit into
youngj:masterfrom
RobLoach:master
Jul 19, 2012
Merged

Composer support for HTTPServer#4
youngj merged 1 commit into
youngj:masterfrom
RobLoach:master

Conversation

@RobLoach

Copy link
Copy Markdown
Contributor

Composer is a dependency management system for PHP packages. This pull request adds Composer support to HTTPServer. Having this means that a project can use something like the following in a composer.json to depict a dependency on Console_Color:

"require": {
    "youngj/httpserver": "*"
}

If you run a Composer install on that, it will download HTTPServer, and map out all the class mappings appropriately through autoload.php.

curl -s http://getcomposer.org/installer | php
php composer.phar install

@RobLoach

Copy link
Copy Markdown
Contributor Author

@youngj Have you had a chance to take a look at this yet? Thanks!

youngj added a commit that referenced this pull request Jul 19, 2012
Composer support for HTTPServer
@youngj
youngj merged commit d39c919 into youngj:master Jul 19, 2012
@youngj

youngj commented Jul 19, 2012

Copy link
Copy Markdown
Owner

Ok, I haven't used Composer yet myself, but it seems reasonable enough.

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