enabling packagist

This commit is contained in:
a-sansara 2017-03-15 02:20:00 +01:00
parent d4947319dd
commit 2cee113cc1
2 changed files with 4 additions and 3 deletions

View File

@ -38,7 +38,7 @@ PHP >= 5.4
### Install ### Install
The package can be installed using [ Composer ](https://getcomposer.org/). (not yet) The package can be installed using [ Composer ](https://getcomposer.org/).
``` ```
composer require meta-tech/pws-auth composer require meta-tech/pws-auth
``` ```
@ -47,7 +47,7 @@ Or add the package to your `composer.json`.
``` ```
"require": { "require": {
"meta-tech/pws-auth" : "1.0" "meta-tech/pws-auth" : "@dev"
} }
``` ```

View File

@ -17,6 +17,7 @@
} }
}, },
"require" : { "require" : {
"symfony/yaml": "^3.2" "php" : ">=5.4",
"symfony/yaml" : "^3.2"
} }
} }