johnstevenson / statical

PHP static proxy library
MIT License
8 stars 2 forks source link

packagist #1

Closed prisis closed 9 years ago

prisis commented 10 years ago

Hey, can you upload you rep on packagist? I like to use it with my framework narrowspark ;)

johnstevenson commented 10 years ago

Can you wait a couple of days (max). I'm still testing it and want to finish the documentation first. You can use it at the moment by adding

   "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/johnstevenson/statical"
        }
    ],
    "require": {
       ...
        "statical/statical": "dev-master"
    },

to your composer.json.

Let me know how you get on.

prisis commented 10 years ago

Of course i can wait :), thx for your answer.

If you have time, check my rep out https://github.com/narrowspark/narrowspark

johnstevenson commented 9 years ago

Finally sorted it. Took a bit longer than I thought!

composer require statical/statical
prisis commented 9 years ago

:+1: